This component provides responsive styles for lists.
The following is how to use the component.
$ bower install px-table-view
Note: For full CSS/HTML examples visit demo.html
Note: For component examples visit mobile-demo.html
N/A
N/A
You can change variables in the sass/_variables.scss
to change default styles.
N/A
N/A
The following is how to develop on this component.
- Clone repository
$ git clone
- Install dependencies
$ npm install
Note: The
postinstall
runsbower install
- Start local server
$ npm start
Note: If issues with
polyserve
just install it globally and run.
- Compile styles
$ npm run build
- Run tests
$ npm test