Skip to content

ZBackButton

BackButton component from zurto-ui.

Preview

Import

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

Props

PropTypeDefaultDescription
childrenReactNode-Component content
classNamestring-Additional CSS classes

Sizes

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

Accessibility

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

Released under the MIT License.