uwu-ui / uwu-ui

A little sweet UI Library approved by cat

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

๐Ÿˆ
uwu-UI

A little sweet UI Library approved by cat

โ— Unstable Library

"uwu-UI" is currently working on many updates. it has a very very strawberry unstable library!
Do you think about interested in this project? then please contribute with me. :)

Quick Start (React.js)

  1. Install a @uwu-ui/react package with using npm or yarn package manager.

  2. Import UwuUiThemeProvider into your project:

    import { UwuUiThemeProvider as ThemeProvider } from "@uwu-ui/react";
    
    const App = ({ children }) => {
      return <ThemeProvider>{children}</ThemeProvider>;
    };
    
    export default App;
  3. Congratulation! ๐ŸŽ‰ now you can use any uwu-ui components in your project!

    import { Button } from "@uwu-ui/react";
    
    const IndexPage = () => {
      return (
        <div>
          <Button>Uwu, Nyaa!</Button>
        </div>
      );
    };
    
    export default IndexPage;

License

MIT License

About

A little sweet UI Library approved by cat

License:MIT License


Languages

Language:JavaScript 69.2%Language:TypeScript 30.8%