addbutton-floating-arrows
v1.0.1
Published
FireFlink UI is an open-source React component library
Downloads
68
Readme
FireFlink UI is an open-source React component library.
Installation
Install the package in your project directory with:
npm install fireflink-ui
Documentation
Example
import { Button } from 'fireflink-ui'
...
<Button label="Button Label" variant="primary" />
...