We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 066dfe5 commit d4fbc97Copy full SHA for d4fbc97
docs/components_page/components/input/colorpicker.py
@@ -1,11 +1,10 @@
1
-
2
import dash_html_components as html
3
from dash.dependencies import Input, Output
4
import dash_bootstrap_components as dbc
5
6
colorpicker = dbc.FormGroup(
7
[
8
- dbc.Label("Choose the text color:", id='label'),
+ dbc.Label("Choose the text color:", id="label"),
9
dbc.Input(
10
type="color",
11
id="colorpicker",
0 commit comments