/dash-bootstrap-components-examples

Demo of building Dash components on top of dash-bootstrap-components

Primary LanguageJavaScript

Example component built on top of dash-bootstrap-components

This demonstrates how to build a Dash JS component that leverages dash-bootstrap-components.

To run the JS demo:

npm install
npm run demo

To run the Python demo:

npm install
python setup.py install
python examples/app.py