Renders an accessible label associated with controls.
npx ghost-ui-native add label
import { Label } from '@/components/ui/label';
<Label>Email</Label> <Input placeholder="you@example.com" />