reviewapp-ui-common
v0.0.7
Published
contains common utility components required for review app
Downloads
8
Readme
reviewapp-ui-common-npm
This npm package gives access to the common UI modules Icon, Button, Logo, Progress that are used in review-app
Getting up and running
- run "npm install reviewapp-ui-common --save" from project root
- use "import { Icon/Button/Logo/Progress } from 'reviewapp-ui-common';"to use either of Icon, Button, Logo, Progress component
- add the following line in your sass file @import '../../node_modules/reviewapp-ui-common/src/styles';