Skip to content

ZHighlight

Highlight component from zurto-ui.

Preview

Highlighted text

Import

typescript
import { ZHighlight } from "zurto-ui";

Props

PropTypeDefaultDescription
childrenReactNode-Component content
classNamestring-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

Released under the MIT License.