UNPKG

989 BMarkdownView Raw
1grasia-dash-components is a third party extension of the [Dash](https://pypi.org/project/dash/)
2components suite. It adds new components or extends the default ones.
3
4This is a list of the currently available components:
5* Accordion: A list of items that can be collapsed (folded) or un-collapsed (unfolded).
6* Card: A component for framing content that can contain an image, text, etcetera.
7* Import: A component to import external javascript libraries into your web app.
8* LoadingDialog: A loading Dialog/Popup.
9* Tabs: An extension of the [[WIP] Dash component](https://github.com/plotly/dash-core-components/pull/74) that supports embbebing icons in the tabs as well as other improvements.
10
11To use it, simply install it from pip: `pip install grasia-dash-components`
12and import it with `import grasia_dash_components`.
13
14We use this suite for our projects.
15 But we have this suite [open-sourced](https://github.com/Grasia/grasia-dash-components)
16 and we try to keep it well maintained.