Skip to content

ZList

List component from zurto-ui.

Preview

  • Item 1
  • Item 2
  • Item 3

Import

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

Props

PropTypeDefaultDescription
borderedbooleantrueShow borders
hoverablebooleantrueHover effect

Sizes

tsx
<ZList size="sm">Small</ZList>
<ZList size="md">Medium</ZList>
<ZList size="lg">Large</ZList>

Accessibility

  • ✅ Proper ARIA attributes included
  • ✅ Keyboard navigation support
  • ✅ Screen reader friendly
  • ✅ Focus visible indicators

Released under the MIT License.