Convert to React
sp_to_reactConverts HTML and Tailwind code into React/Next.js components with state, props, hooks, and optional shadcn, Radix, or MUI component mapping.
Instructions
Convert HTML/Tailwind to Next.js/React components with proper state, props, hooks, and optional shadcn/radix/MUI mapping
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| html | Yes | HTML/Tailwind source to convert | |
| componentLibrary | No | none | |
| appRouter | No | Use Next.js App Router (React only) |