Skip to content

ZParagraph

Paragraph component from zurto-ui.

Preview

This is a paragraph of text with proper styling.

Import

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

Props

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

Released under the MIT License.