Dash components from your favorite music tech company, musifox.io.
Project description
musicfox-dash-components
Dash components from your favorite music technology company musicfox.io
Quickstart
Get the goods:
pip install --user musicfox-dash-components
Then import the musicfox.io component library:
>>> import musicfox_dash_components as mdc
Hello
component: mdc.Hello
This component narrowly implements a typical web-walkthrough intro using a small subset of the intro.js
component library.
Usage
>>> steps = [ >>> dict(intro='my intro language', element='#selector-by-id1'), >>> dict(intro='my other intro language', element='.selector-by-class1'), >>> dict(intro='my other other intro language', element='.position-test', position='right'), #whoa... >>> ] >>> mdc.Hello(steps=steps) # no HTML-5 attributes necessary as Hello will fire on page load for the given steps
ToDo
component: mdc.ToDo
This component narrowly implements a ToDo card with five simple sections: A Header, A Title, a Subtitle, a ToDo List and a Footer.
Weekly todos
Groceries
Things we need to acquire from the market
- Apples
- Pears
- Blueberries
- Cereal
- ...
You get the point. :wink:
Usage
>>> mdc.ToDo(id="my-todo-container", >>> title="Groceries", >>> subtitle="Our weekly list of items to obtain from a grocer.", >>> todos=[ # a list of markdown-formatted strings >>> "Apples", "Pears", "Blueberries", >>> "Cereal", "Kidney Beans", >>> "Tofu", "Ribeye Steak", >>> "Nutella", >>> ], >>> footer=f"Updated: just {pd.datetime.now()}" >>> ) # Sometimes, less is more.
We use Bootstrap cards
and React-markdown under the hood.
Visit them for styling info, etc...
Required Params
id
: a string id for the composed elementtodos
: a list of strings or dictionary key:value string:list, a ToDo List- a todo can always be nested as dictionary string key and value list (and possibly more dictionaries)
Optional Params
header
: a string Header for the todo listtitle
: a string Title for the todo listsubtitle
: a string Subtitle for the todo listfooter
: a string Footer for the todo list
Twash
component: mdc.Twash
Twitter, for Dash.
This component implements an embedded Twitter timeline.
Usage
>>> mdc.Twash( >>> id='myDOMId', >>> handle="PostMalone", >>> ) # full page blasting of Post Malone's Twitter
Project details
Release history Release notifications
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Filename, size | File type | Python version | Upload date | Hashes |
---|---|---|---|---|
Filename, size musicfox_dash_components-0.0.64.tar.gz (779.0 kB) | File type Source | Python version None | Upload date | Hashes View hashes |
Hashes for musicfox_dash_components-0.0.64.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | f937cbbde4c4833f67b03c2ef416368617abed8f2ed756d29f76e495d4d4f6fc |
|
MD5 | 2b394fa13d5839a914682c9e3891fbd9 |
|
BLAKE2-256 | 007dd0944f156a65550601ce7eea9da34f28d996f17b76562ae71684e4231af7 |