1.0.0 • Published 1 year ago

@techdemocrat/fluid-ui v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

Fluid-UI

Fluid UI components for all your products.


Chromatic

Latest Build Status

Chromatic

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