#Px-theme
Px-theme is a Predix UI component. This is the starting point for theming Predix UI components. It is based loosely on the concepts outlined here.
- node.js
- npm
- bower
- webcomponents-lite.js polyfill
Node, npm and bower are necessary to install the component and dependencies. webcomponents.js adds support for web components and custom elements to your application.
First, install the style module via bower on the command line.
bower install px-theme --save
Second, import the style module to your application with the following tag in your head.
<link rel="import" href="/bower_components/px-theme/px-theme-styles.html"/>
Finally, use the style module in your application.
<style include="px-theme-styles"></style>
Click here to read more about Polymer style modules.
From the component's directory...
$ npm install
$ bower install
$ gulp sass
From the component's directory, to start a local server run:
$ gulp serve
Navigate to the root of that server (e.g. http://localhost:8080/) in a browser to open the API documentation page, with link to the "Demo" / working examples.
Please use Github Issues to submit any bugs you might find.