diff --git a/src/components/FormRadioInput.tsx b/src/components/FormRadioInput.tsx index 6c2ffda6..71372850 100644 --- a/src/components/FormRadioInput.tsx +++ b/src/components/FormRadioInput.tsx @@ -37,6 +37,7 @@ export const FormRadioInput: React.FC = ({ = { + title: 'FormRadio', + component: FormRadio, +}; + +export default meta; +type Story = StoryObj; + +export const Default: Story = { + render: () => ( + console.log(v)}> + + + + + ), +};