Skip to content

Commit

Permalink
2.0.0 - Material Design 3
Browse files Browse the repository at this point in the history
Add new rule to `Factory.register`
  • Loading branch information
HeaTTheatR committed Nov 25, 2023
1 parent c985d74 commit e1df6e8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions kivymd/factory_registers.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,11 @@
register("FitImage", module="kivymd.uix.fitimage")
register("MDBackdrop", module="kivymd.uix.backdrop")
register("MDTooltip", module="kivymd.uix.tooltip")
register("MDTooltipPlain", module="kivymd.uix.tooltip")
register("MDTooltipRich", module="kivymd.uix.tooltip")
register("MDTooltipRichActionButton", module="kivymd.uix.tooltip")
register("MDTooltipRichSubhead", module="kivymd.uix.tooltip")
register("MDTooltipRichSupportingText", module="kivymd.uix.tooltip")
register("MDBottomSheet", module="kivymd.uix.bottomsheet")
register("MDNavigationBar", module="kivymd.uix.navigationbar")
register("MDNavigationItem", module="kivymd.uix.navigationbar")
Expand Down

0 comments on commit e1df6e8

Please sign in to comment.