@ereactthohir/rice-ui
v1.5.0
Published
Beautiful React UI components library with 15+ professional components
Readme
@ereactthohir/rice-ui 💎
A premium React component library designed specifically for the EreactThohir framework.
🌟 Key Components
- Navigation: Navbar, Sidebar, Breadcrumbs.
- Forms: Input, Checkbox, Select, Switch, Button.
- Data Display: Table, Card, Badge, Avatar.
- Feedback: Alert, Modal, Toast, Spinner.
- Layout: Container, Grid, Stack.
🚀 Installation
npm install @ereactthohir/rice-ui🛠️ Usage
import { Button, Card } from '@ereactthohir/rice-ui';
function App() {
return (
<Card title="Welcome">
<p>Start building your amazing app!</p>
<Button variant="primary" onClick={() => console.log('Clicked!')}>
Get Started
</Button>
</Card>
);
}📄 License
Licensed under the MIT License.
