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 57 forks source link

Basic documenting of the use of PrefixIdTransform #320

Closed andressommerhoff closed 2 months ago

andressommerhoff commented 2 months ago

Added documentation for the usage and purpose of PrefixIdTransform, including detailed explanations of its three parameters (otherwise hard to figure it out!).

Also noted that this class is automatically used by DashBlueprint.register() and can be added to the transforms list automatically.

codecov[bot] commented 2 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 77.69%. Comparing base (1e70fed) to head (4d9e265).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #320 +/- ## ======================================= Coverage 77.69% 77.69% ======================================= Files 11 11 Lines 1058 1058 ======================================= Hits 822 822 Misses 236 236 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

emilhe commented 2 months ago

Looks good! Thanks :)