@mvr-studio/protochakra
v0.1.4
Published
![Tests](https://github.com/mvr-studio/protochakra/actions/workflows/tests.yml/badge.svg)
Downloads
4
Readme
ProtoChakra
Not production ready yet
Less Code & opinionated Chakra UI components library created for Rapid Development with React. Meant to speed the development process of easy UIs up.
Available Scripts
In the project directory, you can run:
yarn dist
Creates a distribution of ProtoChakra targeted for both ESM and CommonJS.
yarn storybook
Runs a localhost version of Storybook for live preview and local development purposes.
yarn cy:ct
Runs Cypress Component Testing locally and let's you explore the specs for components.
yarn cy:run-ct
Runs Cypress Component Testing in headless mode, same as in Continuous Integration pipeline.