🍖Welcome!
The documentation of Dash Grocery.
Welcome to Dash Grocery!
A very quick start.
import dash_grocery
from dash import Dash, html
app = Dash(__name__)
app.layout = html.Div(
[
dash_grocery.Textfit(
dash_grocery.Clock(format="dddd, MMMM Mo, YY, HH:mm:ss", ticking=True),
max=400,
mode="single",
)
]
)What are the components?
ComponentsLast updated