delimit_story_generate
Generate a .stories.tsx file for a component with optional custom story names and variants, eliminating the need for Storybook installation.
Instructions
Generate a .stories.tsx file for a component (no Storybook install required).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| component_path | Yes | Path to the component file. | |
| story_name | No | Custom story name. Defaults to component name. | |
| variants | No | Variants to generate. Defaults to [Default, WithChildren]. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||