Add Widgetbook setup with theme configuration, analysis options, and initial component use cases

This commit is contained in:
Emily Pauli 2025-10-25 22:59:48 +02:00
commit 80ca8f665a
46 changed files with 6031 additions and 2 deletions

View file

@ -0,0 +1,44 @@
# Widgetbook Index — fab_m3e
This index lists all Widgetbook use cases for the fab_m3e package.
## Components and Variants
### FabM3E
- default
- disabled
- small
- large
- secondary
- tertiary
- surface
- square_shape
- compact_density
- focused
### ExtendedFabM3E
- default
- with_icon
- without_label
- disabled
- expand
- long_text
- secondary
- square_shape
- compact_density
### FabMenuM3E
- default
- initially_open
- direction_down
- direction_left
- direction_right
- overlay_off
- spacing_tight
- many_items
- empty_items
Notes:
- Each use case uses Widgetbook knobs for critical and visual parameters.
- Callbacks print informative messages to the console.
- Complex parameters are configured with meaningful defaults; TODOs to expand configuration may be added later as needed.