Skip to content

Commit

Permalink
add FieldsetLegend docs (#661)
Browse files Browse the repository at this point in the history
  • Loading branch information
robphoenix authored Dec 17, 2024
1 parent 72f5600 commit 35a5d00
Showing 1 changed file with 15 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
import { Meta, Canvas, ArgTypes } from '@storybook/blocks';

import * as Stories from './FieldsetLegend.stories';

import { DocsHeader } from '../../storybook-components';

<Meta title="Components / FieldsetLegend" />

<DocsHeader componentName="FieldsetLegend" stories={Stories} />

<Canvas of={Stories.Workshop} sourceState="none" />

## API

This component is based on the `legend` element.

0 comments on commit 35a5d00

Please sign in to comment.