Park UI Logo
GitHub
Components
Form label

Form Label

A text component that provides information about another component.

Usage

import { FormLabel, type FormLabelProps } from '~/components/ui'

export const Demo = (props: FormLabelProps) => {
  return <FormLabel {...props}>I'm a label</FormLabel>
}

Installation

npx @park-ui/cli components add form-label