chore(ButtonGroup): use Primitive and improve tests

This commit is contained in:
Benjamin Canac
2024-05-29 14:41:13 +02:00
parent 627688cab5
commit dfc63b1bc0
4 changed files with 10 additions and 18 deletions

View File

@@ -19,10 +19,7 @@ export const buttonGroupVariantWithRoot = {
}
export default {
slots: {
base: 'relative'
},
base: 'relative',
variants: {
orientation: {
horizontal: 'inline-flex -space-x-px',