You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,10 @@
2
2
3
3
This repository contains a [Cookiecutter](https://github.com/audreyr/cookiecutter) template to create your own Dash components.
4
4
5
+
- New to Dash? Check out the [official Dash Documentations](https://dash.plotly.com)
6
+
- If it's the first time creating a Dash component, start with our [React guide for Python developers](https://dash.plotly.com/react-for-python-developers)
7
+
- Need help with your component? Create a post on the [Dash Community Forum](https://community.plotly.com/c/dash)
8
+
5
9
## Usage
6
10
7
11
To use this boilerplate:
@@ -42,7 +46,5 @@ to generate the components in the `build:backends` script of the generated
42
46
- Learn more about Dash: https://dash.plotly.com
43
47
- Questions about this project? Create an issue: https://github.com/plotly/dash-component-boilerplate/issues/new
44
48
- Watch the [component boilerplate repository](https://github.com/plotly/dash-component-boilerplate) to stay informed of changes to our components.
45
-
- [React guide for Python developers](https://dash.plotly.com/react-for-python-developers)
46
-
- Need help with your component? View the Dash Community Forum: https://community.plotly.com/c/dash
47
49
- Examples of Dash component libraries include `dash-core-components`: https://github.com/plotly/dash-core-components and `dash-html-components`: https://github.com/plotly/dash-html-components.
48
50
- To get a feel for what's involved in creating a component, read through the [README.MD file that this cookiecutter project generates](%7B%7Bcookiecutter.project_shortname%7D%7D/README.md)
0 commit comments