soulsync/webui/src/components/form/index.ts
Antti Kettunen a65fbfd532
refactor(webui): move badge into primitives
- move the shared badge primitive and styling out of the form component module
- keep primary-button badge styling working via a data-slot hook instead of a form-local class
- update the import pages and primitive tests to consume the new home for Badge
2026-05-24 21:17:22 +03:00

13 lines
182 B
TypeScript

export {
Button,
FormActions,
FormError,
FormField,
OptionButton,
OptionButtonGroup,
OptionCard,
OptionCardGroup,
Select,
TextArea,
TextInput,
} from './form';