delimit_story_generate
Generate Storybook-compatible .stories.tsx files for React components without requiring Storybook installation, using component paths and customizable variants.
Instructions
Generate a .stories.tsx file for a component (no Storybook install required).
Args: component_path: Path to the component file. story_name: Custom story name. Defaults to component name. variants: Variants to generate. Defaults to [Default, WithChildren].
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| component_path | Yes | ||
| story_name | No | ||
| variants | No |