Skip to content

ZScale

Scale component from zurto-ui.

Preview

✨ Scale animation
Scaling

Import

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

Props

PropTypeDefaultDescription
childrenReactNode-Component content
classNamestring-Additional CSS classes

Sizes

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

Accessibility

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

Released under the MIT License.