Form Label
A text component that provides information about another component.
A text component that provides information about another component.
import { FormLabel, type FormLabelProps } from '@tacos-ui/react';
export const Demo = (props: FormLabelProps) => {
return <FormLabel {...props}>I'm a label</FormLabel>;
};
Previous
EditableNext
Hover Card