Currently, the “Export to Code” feature provides HTML/CSS. I would like to request an option to export screens as React (.tsx/.jsx) files.
Specific Requirements:
-
Component Library Support: Ability to export pages leveraging popular libraries like shadcn/ui and Tailwind CSS.
-
Modular Code: Instead of a single monolithic file, having the UI broken down into reusable React components.
-
State Management: Basic scaffolding for functional components (useState/props).
This would significantly speed up the workflow from design to a functional development environment.