4.0.3 • Published 8 years ago
pfdemo v4.0.3
PatternFly components demo
POC patternfly css components "à la carte"
Demo
See components all together:
Requirements
- patternfly
Install
npm install pfdemoImport components
directly in html, import the component you need
<link rel="stylesheet" href="node_modules/pfdemo/dist/css/pf-vertical-navigation.css">or in your javascript code
import 'pfdemo/dist/css/pf-vertical-navigation.css'then create associated template to the related component
<div class="pf-vertical-nav">
...
</div> Tests
npm run testWatch mode
npm run watchthen open index.html in your browser
License
Apache 2.0