Skip to content

ZCenter

Center component from zurto-ui.

Preview

Centered

Import

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

Props

PropTypeDefaultDescription
childrenReactNode-Component content
classNamestring-Additional CSS classes

Sizes

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

Accessibility

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

Released under the MIT License.