7 Commits

Author SHA1 Message Date
Mats Bosson
b76755de76 Fix showcase DataTable columns 2026-03-30 03:49:41 +07:00
Mats Bosson
ac1306edd9 Fix showcase Wizard nesting
StepContent requires WizardStepContext provided by Wizard.Step.
2026-03-30 03:48:47 +07:00
Mats Bosson
48d047e5d5 Fix showcase Form rendering
Form.Control uses render-prop children(ariaProps). Also moved navLinks
creation inside App() to avoid SolidJS createRoot warning.
2026-03-30 03:47:43 +07:00
Mats Bosson
8f4eb77bdc Fix showcase state attributes
These components use children?: JSX.Element, not render-prop callbacks.
State is exposed via data-state="checked|unchecked" attributes.
2026-03-30 03:45:41 +07:00
Mats Bosson
8761d317ae All 44 component demos
Layout & Display, Inputs Basic, Inputs Selection, Inputs Advanced,
Navigation, Overlays, Feedback & Status, and Data sections with
live interactive demos for every PettyUI component.
2026-03-30 03:36:22 +07:00
Mats Bosson
3d2257ae3c Showcase layout and navigation 2026-03-30 03:15:24 +07:00
Mats Bosson
144565afb5 Showcase app scaffold 2026-03-30 03:12:57 +07:00