🍖Welcome!

The documentation of Dash Grocery.

Dash Grocery is a component library for Dash Plotly. I've collected and wrapped many interesting and useful React components to help you quickly build applications with Dash. True to its name, you'll need it before you're ready to cook a big meal.

A very quick start.

Dash Grocery can now be quickly installed via pip.

pip install dash-grocery

It is used like any other Dash component.

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",
        )
    ]
)

Click on this to see more.

Quick Startchevron-right

What are the components?

Dash Grocery mainly wrapped some responsive layouts and widgets components, for now. It will continue to encapsulate more attractive components.

Componentschevron-right

Last updated