Skip to content

lkhomenk/widgetastic.patternfly

This branch is 154 commits behind RedHatQE/widgetastic.patternfly:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

1d0ce22 · Feb 6, 2018

History

86 Commits
Apr 7, 2017
Feb 6, 2018
Jan 30, 2018
Apr 7, 2017
Apr 7, 2017
Apr 7, 2017
Jan 30, 2018
Apr 7, 2017
Aug 9, 2017
Apr 7, 2017

Repository files navigation

widgetastic.patternfly

https://travis-ci.org/RedHatQE/widgetastic.patternfly.svg?branch=master https://coveralls.io/repos/github/RedHatQE/widgetastic.patternfly/badge.svg?branch=master Documentation Status

Patternfly widget library for Widgetastic.

Written originally by Milan Falesnik (mfalesni@redhat.com, http://www.falesnik.net/) and other contributors since 2016.

Contributors whose contributions were squashed during the library move in order of their first commit:

  • Ievgen Zapolskyi
  • Pete Savage
  • Dmitry Misharov
  • Oleksii Tsuman
  • Mike Shriver

Usage

from widgetastic.widget import View
from widgetastic_patternfly import Button

class SomeView(View):
    add = Button('Add', classes=[Button.PRIMARY])

Check the src/widgetastic_patternfly/__init__.py for more documentation.

Currently all the PatternFly widgets are located in the widgetastic_patternfly package.

About

Library of Patternfly widgets for Widgetastic.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 94.7%
  • HTML 5.3%