@drakkar-org/fin-ui
v0.0.76
Published
UI kit for FinValley, based on <a href="https://react-bootstrap.github.io/" target="_blank">react-bootstrap</a>
Downloads
107
Keywords
Readme
UI kit for FinValley, based on react-bootstrap
Getting Started!
Installation
npm install @drakkar-org/fv-ui
Usage
import { Button } from "@drakkar-org/fv-ui"; function App() { return <Button variant="primary">Primary</Button>; }
@import "@drakkar-org/fv-ui";
Development
Git clone the repo
git clone [email protected]:arthurcom/fv-ui.git
Install NPM packages
npm install
if you are installing debut then you need to run the following command
npx husky install
Run development server
npm run styleguide
Create a new branch
git checkout -b feature/new-feature
Commit changes
npm run commit
Push to remote
git push origin feature/new-feature
Create a pull request
https://bitbucket.org/arthurcom/fv-ui/pull-requests/new
Contributors
Danil Little - Telegram
Acknowledgments
- bootstrap
- react-bootstrap
- Conventional Commits