kiliman / tailwindui-crawler

tailwindui-crawler downloads the component HTML files locally
MIT License
767 stars 96 forks source link

typescript supported? #85

Open keyskull opened 4 months ago

kiliman commented 4 months ago

I'm not sure what you mean. Can you clarify why you would need TypeScript support?

keyskull commented 3 months ago

I would like to know if the downloaded components can be used directly. If so, it would be good if your tool supported typescript then it would more easier to use for me. If it isn't, is there any tool that can covert it?

kiliman commented 3 months ago

Ah. You're referring to the downloaded React components. They are downloaded as-is which is JavaScript (.jsx). You can rename them to .tsx if you want.