@ictroot/ui-kit
v1.0.5
Published
Modular and expanded library of components created using Vite, Storybook and Typescript. Suitable for re-used UI elements in various projects
Readme
🧱 IctRoot UI Core
Modular and expanded library of components created using Vite, Storybook and Typescript. Suitable for re-used UI elements in various projects
📚 Installation of the library
- pnpm
pnpm add @ictroot/ui-kit- yarn
yarn add @ictroot/ui-kit- npm
npm i @ictroot/ui-kit💡 An example of use
import { Button } from '@ictroot/ui-kit'
export function MyComponent() {
return <Button variant="primary">Click Me</Button>
}📁 components
Components are supported at all levels of Atomic Design
- Atoms: Button, Input, Checkbox
- Molecules: InputGroup, CardHeader
- Organisms: Modal, FormSection
A full list of components is in Storybook
🧪 View components
Check out the library of components, their options and documentation in Storybook: 🔗 Open Storybook on Vercel
