1.0.13 • Published 1 year ago

fireflink v1.0.13

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

FireFlink UI is an open-source React component library.

Installation

Install the package in your project directory with:

npm install fireflink

Documentation

Click Here

Example

import { Button } from 'fireflink'

...
<Button label="Button Label" variant="primary" />
...