An open API service indexing awesome lists of open source software.

https://github.com/redhatqe/widgetastic.patternfly

Library of Patternfly widgets for Widgetastic.
https://github.com/redhatqe/widgetastic.patternfly

Last synced: 9 months ago
JSON representation

Library of Patternfly widgets for Widgetastic.

Awesome Lists containing this project

README

          

======================
widgetastic.patternfly
======================

.. 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:

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

Usage
=====

.. 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.