verak-ui
v1.1.0
Published
In-house UI components used by Verak
Downloads
4
Readme
Verak UI Component Library
Verak's in house component library
Getting Started
Install this package in your project using
npm i git+ssh://[email protected]/Engaged-Insurance/verak-ui.git --saveYou can use the components through imports
import { Button } from 'verak-ui'Contributing
To contribute to the component library -
- Clone the project in your local system
- Make desired changes
- Run
npm run buildto build thedistfolder - Test the changes
- Commit & push
List of components being exported
Components excluded
- Appbar.js - Using auth0
- AppbarWarningModal.js - Using Context
- LoadingOverlay.js - Using Context but no external dependencies
- SecondaryNavbar.js - Using hooks/useScrollDirectionDetect
- SidePanel.js - Using auth0 and apihook
