- 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
13 lines
182 B
TypeScript
13 lines
182 B
TypeScript
export {
|
|
Button,
|
|
FormActions,
|
|
FormError,
|
|
FormField,
|
|
OptionButton,
|
|
OptionButtonGroup,
|
|
OptionCard,
|
|
OptionCardGroup,
|
|
Select,
|
|
TextArea,
|
|
TextInput,
|
|
} from './form';
|