Extract Components
sp_extractParses HTML to identify reusable components and maps them to shadcn, radix, or MUI equivalents with confidence scoring.
Instructions
Parse HTML into reusable components and map them to shadcn/radix/MUI equivalents with confidence scoring
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| html | Yes | HTML to extract components from | |
| library | Yes | Component library to map to | |
| confidenceThreshold | No | Minimum confidence for mapping |