import type { Story } from '@storybook/react'; import * as React from 'react'; import { LabelText, HintText, ErrorText, Input } from 'govuk-react'; import { Label } from '.'; export default { title: 'Form/Label', id: 'label', component: Label, }; const Template: Story> = (args) =>