emilhe / dash-extensions

The dash-extensions package is a collection of utility functions, syntax extensions, and Dash components that aim to improve the Dash development experience
https://www.dash-extensions.com/
MIT License
409 stars 58 forks source link

DashBlueprint layout accepts args and kwargs #251

Closed Kuhlwein closed 1 year ago

Kuhlwein commented 1 year ago

Let the layout function for DashBlueprint accept variable number arguments and keyword arguments. This will let the layout of a DashBlueprint to accept query parameters as keyword arguments.

Fixes #250

emilhe commented 1 year ago

Looks good. Thanks for the suggestion.