biggerui
v1.0.7
Published
A React components library
Readme
BiggerUI
Bigger than UI 🦄
A lightweight React UI components library built with JavaScript, Vite, and Storybook.
📥 Installation
npm install biggeruiUsage
import { Button } from "biggerui";
import "biggerui/biggerui.css";
function App() {
return <Button color="primary">Click me</Button>;
}License
MIT
