4.0.3 • Published 6 years ago

pfdemo v4.0.3

Weekly downloads
8
License
Apache-2.0
Repository
github
Last release
6 years ago

PatternFly components demo

POC patternfly css components "à la carte"

Demo

See components all together:

Requirements

  • patternfly

Install

npm install pfdemo

Import 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 test

Watch mode

npm run watch

then open index.html in your browser

License

Apache 2.0

4.0.3

6 years ago

4.0.2

6 years ago

4.0.1

6 years ago

4.0.0

6 years ago

3.0.4

6 years ago

3.0.3

6 years ago

3.0.2

6 years ago