Skip to content

Latest commit

 

History

History
42 lines (24 loc) · 1.2 KB

File metadata and controls

42 lines (24 loc) · 1.2 KB

Fluid-UI

Fluid UI components for all your products.


Chromatic

Latest Build Status

Chromatic

Library

https://www.chromatic.com/library?appId=63baeb7053d68757df60c93c


Developer Guide

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>

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