ZLabel
Label component from zurto-ui.
Preview
Import
typescript
import { ZLabel } from "zurto-ui";Props
| Prop | Type | Default | Description |
|---|---|---|---|
children | ReactNode | - | Component content |
className | string | - | Additional CSS classes |
Sizes
tsx
<ZLabel size="sm">Small</ZLabel>
<ZLabel size="md">Medium</ZLabel>
<ZLabel size="lg">Large</ZLabel>Accessibility
- ✅ Proper ARIA attributes included
- ✅ Keyboard navigation support
- ✅ Screen reader friendly
- ✅ Focus visible indicators