import { Playground, Props } from "@slytrunk/docs";
import Upload from "./Upload";

# View

File upload component.

<Props of={Upload} />

## Basic Usage

<Playground>
  <Upload accept="image/*" onSelect={console.log} />
</Playground>
