This is a heavily interactive web application, and JavaScript is required. Simple HTML interfaces are possible, but that is not what this is.
Post
Corbin Crutchley
crutchcorn.dev
did:plc:x47ddi454a4x2j4mu5pmtuyc
`/components/select/dialog/header.tsx` should never exist. `components/select` needs to be a flat dir structure. Instead, you'd have:
- `Select`
- `SelectDialog`
- `SelectDialogHeader`
All within:
- components/select
You'd have:
- select/select.tsx
- select/select-dialog.tsx
Et al. HTH!
2025-04-25T10:50:17.081Z