Skip to content

croct-tech/template-ui-js

Repository files navigation

Croct Templates
Template UI
UI components for previewing templates installed by Croct CLI.


Overview

This library provides a set of UI components for previewing templates installed by the Croct CLI.

Components

Check out the Storybook for a live preview of the components.

Contributing

Contributions are welcome!

  • Report issues on the issue tracker.
  • For major changes, open an issue first to discuss.
  • Ensure test coverage is updated accordingly.

Testing

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

License

This library is licensed under the MIT license.