Fluid UI components for all your products.
https://www.chromatic.com/library?appId=63baeb7053d68757df60c93c
Works seamlessly with the cv-workspaces.
// to create a new component
yarn fui <fluid-component-name>
// to delete a component
yarn fui <fluid-component-name> --delete
// to rename a component
yarn fui <old-component-name> --rename <new-component-name>
Conventional Commits pattern should be followed for both the commit message and the PR title. Reference: Angular Commit message guidelines