Skip to content

ZBanner

Banner component from zurto-ui.

Preview

📢 Important announcement!

Import

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

Props

PropTypeDefaultDescription
childrenReactNode-Component content
classNamestring-Additional CSS classes

Sizes

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

Accessibility

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

Released under the MIT License.