FileInput
- React
To implement FileInput component into your project you'll need to add the import:
import { FileInput } from "@shoptet/ui";
After adding import into your project you can use it simply like:
<FileInput label="File" accept=".pdf" />
To implement FileInput component into your project you'll need to add the import:
import { FileInput } from "@shoptet/ui";
After adding import into your project you can use it simply like:
<FileInput label="File" accept=".pdf" />