Skip to content

ZFloat

Float component from zurto-ui.

Preview

✨ Floating animation
Floating

Import

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

Props

PropTypeDefaultDescription
childrenReactNode-Component content
classNamestring-Additional CSS classes

Sizes

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

Accessibility

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

Released under the MIT License.