Skip to main content

Form.Label

Import

import { Drawer } from "@dhua5922/react-native-kit";

Examples

Live Editor
function Example() {
  return <Form.Label required>Label</Form.Label>;
}
Result
Loading...

Props

note

Include all props from Text

NameTypeDefaultDescription
requiredbooleanIndicate if field is required