@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>
Keywords
Readme
UI kit for FinValley, based on react-bootstrap
Getting Started!
Installation
npm install @drakkar-org/fv-uiUsage
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.gitInstall NPM packages
npm installif you are installing debut then you need to run the following command
npx husky installRun development server
npm run styleguideCreate a new branch
git checkout -b feature/new-featureCommit changes
npm run commitPush to remote
git push origin feature/new-featureCreate a pull request
https://bitbucket.org/arthurcom/fv-ui/pull-requests/new
Contributors
Danil Little - Telegram
Acknowledgments
- bootstrap
- react-bootstrap
- Conventional Commits
