1.0.2 • Published 6 months ago

@allariatechagro/agro-components v1.0.2

Weekly downloads
-
License
-
Repository
github
Last release
6 months ago

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

  1. Install dependencies:
yarn install
  1. Start Storybook:
yarn storybook
  1. 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