Skip to main content

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

Your first walkthrough

This component narrowly implements a typical web-walkthrough intro using a small subset of the intro.js component library.

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

musicfox.io Hello component GIF demo

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

musicfox_dash_components-0.0.61.tar.gz (681.5 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page