1.0.2 • Published 6 months ago
@allariatechagro/agro-components v1.0.2
Allaria Agro Component Library
A React component library built with TypeScript, Material-UI, and Storybook.
Installation
yarn add @allaria/agro-components
Usage
import { Card } from '@allaria/agro-components';
function App() {
return (
<Card
imageUrl="/path/to/image.jpg"
text="Your text here"
size="medium"
onClick={() => console.log('Card clicked')}
/>
);
}
Development
- Install dependencies:
yarn install
- Start Storybook:
yarn storybook
- Build the library:
yarn build
Available Components
- Button
- Card
- Checkbox
- DateRangePicker
- Dropdown
- Input
- Modal
- Pagination
- Sidebar
- Table
- Tabs
Each component is documented in Storybook with examples and API documentation.
License
MIT