Skip to content

ZFileInput

FileInput component from zurto-ui.

Preview

Import

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

Props

PropTypeDefaultDescription
childrenReactNode-Component content
classNamestring-Additional CSS classes

Sizes

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

Accessibility

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

Released under the MIT License.