Ready-to-use React components that implement the design of Kommo
Storybook preview
npm | yarn | pnpm |
---|---|---|
npm i @kommo-crm/crm-react-ui-kit |
yarn add @kommo-crm/crm-react-ui-kit |
pnpm add @kommo-crm/crm-react-ui-kit |
yarn install && yarn build
Command | Runs |
---|---|
yarn lint |
Lints your code |
yarn storybook |
Start Storybook on port 6006 |
yarn build-storybook |
Build Storybook for static hosting |
Run Unit tests:
yarn test
For
Playwright
to work, Docker must be installed
Run screenshot tests:
yarn test:e2e
Generate screenshots:
yarn test:e2e:update-snapshots
Pull requests are welcome. See the contribution guidelines for more information.
Source code is under a custom license based on MIT.