https://github.com/mvr-studio/protochakra
Less Code & opinionated Chakra UI components created for Rapid Development
https://github.com/mvr-studio/protochakra
chakra-ui react ui-components
Last synced: 2 months ago
JSON representation
Less Code & opinionated Chakra UI components created for Rapid Development
- Host: GitHub
- URL: https://github.com/mvr-studio/protochakra
- Owner: mvr-studio
- License: mit
- Created: 2021-09-18T23:07:23.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-04-05T22:00:42.000Z (about 3 years ago)
- Last Synced: 2025-02-28T09:10:23.585Z (3 months ago)
- Topics: chakra-ui, react, ui-components
- Language: TypeScript
- Homepage: https://protochakra.mvr.studio/
- Size: 5.39 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
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.
## Learn More
[ProtoChakra Docs & Storybook](https://protochakra-docs.mvr.studio/)
[Website (made with ProtoChakra)](https://protochakra.mvr.studio/)
[Maintained by MVR Studio](https://mvr.studio/)