We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a81d6f commit b8249e2Copy full SHA for b8249e2
src/Dash.jl
@@ -31,6 +31,8 @@ Julia backend for [Plotly Dash](https://github.com/plotly/dash)
31
```julia
32
33
using Dash
34
+using DashHtmlComponents
35
+using DashCoreComponents
36
app = dash(external_stylesheets=["https://codepen.io/chriddyp/pen/bWLwgP.css"]) do
37
html_div() do
38
dcc_input(id="graphTitle", value="Let's Dance!", type = "text"),
0 commit comments