import { Story, Preview, Props } from '@storybook/addon-docs/blocks'; import { FieldSet } from './FieldSet'; # FieldSet Component used to group form elements inside a form, equivalent to HTML's [fieldset](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/fieldset) tag. Accepts optional label, which, if provided, is used as a text for the set's legend. ### Usage ```jsx import { FieldSet } from '@grafana/ui';
``` ### Props