Template UI
UI components for previewing templates installed by Croct CLI.
This library provides a set of UI components for previewing templates installed by the Croct CLI.
Check out the Storybook for a live preview of the components.
Contributions are welcome!
- Report issues on the issue tracker.
- For major changes, open an issue first to discuss.
- Ensure test coverage is updated accordingly.
Install dependencies:
npm install
Build Storybook:
npm run build-storybook-web-component
npm run build-storybook-react
Run tests:
npm run test-storybook-web-component
npm run test-storybook-react
Lint code to check for style issues:
npm run lint
This library is licensed under the MIT license.