0.0.2 • Published 4 years ago

@uwu-ui/react v0.0.2

Weekly downloads
1
License
MIT
Repository
github
Last release
4 years ago

❗ 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