0.0.1-beta.1 โ€ข Published 5 months ago

@ictroot/ui-kit v0.0.1-beta.1

Weekly downloads
-
License
MIT
Repository
github
Last release
5 months ago

๐Ÿงฑ 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