Skip to content

Instantly share code, notes, and snippets.

@MaxMEllon
Created October 14, 2020 05:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save MaxMEllon/8af0f49888a85c841fd79a53d15e31c5 to your computer and use it in GitHub Desktop.
Save MaxMEllon/8af0f49888a85c841fd79a53d15e31c5 to your computer and use it in GitHub Desktop.
export const FiledSet = ({ legendElement, children }: FieldSetProps) => (
<fieldset>
<legend>{legendElement}</legend>
{children}
</fieldset>
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment