@techdemocrat/fluid-ui
v1.0.0
Published
Fluid UI components for all your products.
Downloads
0
Readme
Fluid-UI
Fluid UI components for all your products.
Chromatic
Latest Build Status
Dashboard
https://www.chromatic.com/builds?appId=6250966ce063f2003a50b707
Developer Guide
Works seamlessly with the cv-workspaces.
fui-cli
// 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>
Commit Message and PR Title Conventions
Conventional Commits pattern should be followed for both the commit message and the PR title. Reference: Angular Commit message guidelines