Skip to content

Latest commit

 

History

History
80 lines (49 loc) · 1.28 KB

File metadata and controls

80 lines (49 loc) · 1.28 KB

px-table-view

This component provides responsive styles for lists.

Build Status Coverage Status

Usage

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

Options

N/A

Function calls

N/A

Extending styles

You can change variables in the sass/_variables.scss to change default styles.

Extending behavior

N/A

Known Issues

N/A

Development

The following is how to develop on this component.

  1. Clone repository
$ git clone
  1. Install dependencies
$ npm install

Note: The postinstall runs bower install

  1. Start local server
$ npm start

Note: If issues with polyserve just install it globally and run.

  1. Compile styles
$ npm run build
  1. Run tests
$ npm test

GE Coding Style Guide

GE JS Developer's Guide