Label

Renders an accessible label associated with controls.

Installation

npx ghost-ui-native add label

Usage

import { Label } from '@/components/ui/label';
<Label>Email</Label>
<Input placeholder="you@example.com" />