Nychthemeron/packages/playground/stories
Matthew L McPeak 7bb554aeb0 feat: migrate Dialog to shadcn-vue compound API
Also: fixes DialogContent/DialogFooter's close/action buttons to use our
actual Button variant set (secondary) instead of the CLI's default
ghost/outline variants, which don't exist on our re-themed Button.
Adds an eslint override so shadcn-vue's single-word ui/ component names
(Button.vue, Dialog.vue, ...) aren't flagged by vue/multi-word-component-names.
This was the last PrimeVue-wrapped component, so lib/index.ts no longer
imports anything from primevue or uses the ptThemeable helper.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
2026-07-11 14:57:06 -04:00
..
Alert.stories.ts feat: migrate Message to shadcn-vue Alert 2026-07-11 14:45:45 -04:00
Badge.stories.ts feat: migrate Tag to shadcn-vue Badge 2026-07-11 14:32:18 -04:00
Button.stories.ts feat: migrate Button from PrimeVue to shadcn-vue 2026-07-11 14:19:39 -04:00
Card.stories.ts feat: migrate Card to shadcn-vue compound API 2026-07-11 14:41:58 -04:00
Checkbox.stories.ts feat: migrate Checkbox and CheckboxGroup to shadcn-vue 2026-07-11 14:35:36 -04:00
Dialog.stories.ts feat: migrate Dialog to shadcn-vue compound API 2026-07-11 14:57:06 -04:00
Example.stories.ts Inital Commit 2026-06-14 14:50:44 -04:00
Input.stories.ts feat: migrate InputText to shadcn-vue Input 2026-07-11 14:22:14 -04:00
Install.mdx Inital Commit 2026-06-14 14:50:44 -04:00
RadioGroup.stories.ts feat: migrate RadioButton/RadioButtonGroup to shadcn-vue RadioGroup 2026-07-11 14:39:22 -04:00
Select.stories.ts feat: migrate Select to shadcn-vue compound API 2026-07-11 14:50:36 -04:00
Switch.stories.ts feat: migrate ToggleSwitch to shadcn-vue Switch 2026-07-11 14:28:51 -04:00
Textarea.stories.ts feat: migrate Textarea to shadcn-vue 2026-07-11 14:24:29 -04:00