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 installBuild Storybook:
npm run build-storybook-web-component
npm run build-storybook-reactRun tests:
npm run test-storybook-web-component
npm run test-storybook-reactLint code to check for style issues:
npm run lintThis library is licensed under the MIT license.