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