0.0.1-beta.1 โข Published 5 months ago
@ictroot/ui-kit v0.0.1-beta.1
๐งฑ 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
๐ Support and Questions
If you have any questions or suggestions for improvements, please open an issue on GitHub
You can find the full source code of the library here
๐จโ๐ป Author
- IctRoot
๐โโ๏ธ Contributors
- Smbat Antonyan
- Dmitry Muzalev
- Aliaksei Krasko
- Kaminnik Andrey
- Timofey Ostapchuk
- kenesaryLastKing
- Evgeny Guzeev
๐ License
MIT
๐ Guide for developers
๐ For details on how to use the library in development - see guide for developers
0.0.1-beta.1
5 months ago
0.0.1-beta.0
6 months ago