.. image:: https://travis-ci.org/RedHatQE/widgetastic.patternfly.svg?branch=master :target: https://travis-ci.org/RedHatQE/widgetastic.patternfly
.. image:: https://coveralls.io/repos/github/RedHatQE/widgetastic.patternfly/badge.svg?branch=master :target: https://coveralls.io/github/RedHatQE/widgetastic.patternfly?branch=master
.. image:: https://readthedocs.org/projects/widgetastic-patternfly/badge/?version=latest :target: http://widgetastic-patternfly.readthedocs.io/en/latest/?badge=latest :alt: Documentation Status
Patternfly widget library for Widgetastic.
.. _Patternfly: http://www.patternfly.org .. _Widgetastic: https://github.com/RedHatQE/widgetastic.core
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:
.. code-block:: python
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.