Aria
Aria
Yes, I’d be happy to submit a PR, would you like a draft of the API before I start working on it?
Sorry for the delay - what about something like this? Function signatures: ```tsx import React, { ElementType } from "react"; import type { ErrorMessage } from "@uploadthing/shared"; import type {...
cc @markflorkowski
Yeah sorry, I've been really busy and haven't found the time to work on a PR. I can help with some of the other primitive components after your initial PR...
I completely agree. Sorry if I wasn't clear, I meant both controlled and non-controlled should be available but that I thought the DX is better if you aren't using it...
@juliusmarminge Working on a PR at the moment. How should I run my code locally to ensure it all works?
Do you have an ideas on how the root component generics be generated? This is what I've got at the moment. ```tsx import { generateUploadRoot } from "@uploadthing/react"; import *...
cc @juliusmarminge
> How many component parts are there? I'm working on `Button`, `AllowedContent`, `ClearButton` and `Dropzone` (4) at the moment. I'll try do another PR for `InlineMedia` and `FileList` (2). I'll...
Yeah most of the components themselves are tiny. I've got a draft: #947.