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