Background context:
the current Menu component using mdx docs pattern, if we adding more stories we need to include the new story manually to the docs. instead we can utilize the configured autodocs feature to simplify the task
Specification or tasks to perform:
- refer to the new component, e.g Chip component for new approach
- remove unused code (mdx file)
Background context:
the current Menu component using mdx docs pattern, if we adding more stories we need to include the new story manually to the docs. instead we can utilize the configured autodocs feature to simplify the task
Specification or tasks to perform: