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