Skip to content

ZAnimate

Animate component from zurto-ui.

Preview

✨ Spinning animation
⚙️

Import

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

Props

PropTypeDefaultDescription
childrenReactNode-Component content
classNamestring-Additional CSS classes

Sizes

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

Accessibility

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

Released under the MIT License.