import { Canvas, Meta } from '@storybook/blocks'; import * as {{capitalize name}}Stories from './{{capitalize name}}.stories'; # {{capitalize name}} ## Anatomy ![{{capitalize name}} anatomy](./docs/{{capitalize name}}-anatomy.png) 1. **Header:** Text title accompanied by an optional close button 2. **Content** Container for the main content of the modal; the content can be text, forms, lists, cards, or other elements. 4. **Footer:** Container for buttons related to the content of the modal ## Spacing ![{{capitalize name}} spacing](./docs/{{capitalize name}}-spacing.png) ## Kind ### Kind 1 ### Kind 2 ## Size ### Size 1 ### Size 2 ## Usage ### When to use ### When not to use ### Example: confirmation ### Programmatically control --- ## Resources ## References