uwu ui
1.0.0
"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. :)
Install a @uwu-ui/react
package with using npm
or yarn
package manager.
Import UwuUiThemeProvider
into your project:
import { UwuUiThemeProvider as ThemeProvider } from "@uwu-ui/react";
const App = ({ children }) => {
return <ThemeProvider>{children}</ThemeProvider>;
};
export default App;
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;
MIT License