We just released several new chapters and reference guides for the Dash Core Components package 
We have just added sub-chapters for each component in the Dash Core Components chapter of the Dash User Guide.
There is now a link below each component for More Examples and Reference:
These subchapters contain several examples for each component:
and a reference table at the end of the chapters displaying all of the properties of the component:
Here are some example chapters:
-
Dropdownexamples and reference (https://plot.ly/dash/dash-core-components/dropdown) - Slider examples and reference (https://plot.ly/dash/dash-core-components/slider)
-
RangeSliderexamples and reference (https://plot.ly/dash/dash-core-components/rangeslider) -
DatePickerSingleexamples and reference (https://plot.ly/dash/dash-core-components/datepickersingle) -
DatePickerRangeexamples and reference (https://plot.ly/dash/dash-core-components/datepickerrange) - and more on https://plot.ly/dash/dash-core-components.
These docs are open source at https://github.com/plotly/dash-docs, PRs are accepted! The βpropertiesβ table at the end of each chapter is automatically generated from the underlying source of the components. So as we add new properties or update the comments of the components in the underlying dash-core-components package, the documentation will automatically update (for example, here are the annotated properties for the Dropdown component: https://github.com/plotly/dash-core-components/blob/7753f60117963346ab8059a31e2e62678b53ed3e/src/components/Dropdown.react.js#L82-L166).


