Buttons

File Trigger

File Triggers are your go-to for grabbing files from the file system, acting like a digital fishing rod to hook up goodies from local or cloud storage.

Basic

Basic usage of a FileTrigger.

Loading...

Installation

npx shadcn@latest add @intentui/file-trigger

Composed components

When you install this component via the CLI, it automatically loads all composed components, so you don’t need to add them individually.

This component comes packed with several components to enhance functionality and provide a seamless experience.

Manual installation

npm i react-aria-components @intentui/icons

Anatomy

import { FileTrigger } from "@/components/ui/file-trigger"

<FileTrigger />

Folder

A FileTrigger that allows users to select a folder from the file system.

Loading...

Multiple

A FileTrigger that enables users to select multiple files.

Loading...

Camera

A FileTrigger that lets users capture images using their device's camera.

Loading...

Avatar

A FileTrigger that allows users to select an avatar from their file system. It integrates components like avatar and drop-zone, enabling users to either drag and drop or manually select a file.

When you install this component via the CLI, it automatically loads all composed components, so you don’t need to add them individually.

This component comes packed with several components to enhance functionality and provide a seamless experience.

This how you can use the FileTrigger combined with an Avatar component.

Loading...

Pending

A FileTrigger can indicate a pending state using the isPending prop. This provides feedback for actions that take time, communicates the status to assistive technologies, and disables interactions except for focus.

Loading...

Circle

A FileTrigger that is styled as a circle, providing a unique visual appearance.

Loading...

Controlled

You can use the onSelect prop to snag the selected files.

Loading...

Disabled

A FileTrigger that is disabled.

Loading...
Unlock the full power of
Design Intent UI
Build modern web apps faster with 350+ blocks and polished templates crafted for professionals.
Explore