0.1.2 • Published 2 years ago

@creators-view/fluid-ui v0.1.2

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

Fluid-UI

Fluid UI components for all your products.


Chromatic

Latest Build Status

Chromatic

Dashboard

https://www.chromatic.com/builds?appId=6250966ce063f2003a50b707


Development

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