Skip to content

ZContainer

Container component from zurto-ui.

Preview

Container

Import

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

Props

PropTypeDefaultDescription
childrenReactNode-Component content
classNamestring-Additional CSS classes

Sizes

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

Accessibility

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

Released under the MIT License.