Files
dash-player/CONTRIBUTING.md
T

819 B

CONTRIBUTING

Build manually

We recommend the following versions to build this package:

  • node: 16.17.0
  • npm: 8.15.0

To generate builds manually, run the following:

$ pip install -r requirements-dev.txt
$ npm install
$ npm run build

Usage

usage.py provides you with the basic functionality of the app. Use it to learn the most basic implementation of a Dash Player component.

usage-methods.py allows you to test properties that are updated at an interval.

usage-advanced.py gives an overview of the full functionality of the component, and serves as an extensive testing tool.

This project was generated by the dash-component-boilerplate it contains the minimal set of code required to create your own custom Dash component.