mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-18 14:08:06 +01:00
fix(ButtonGroup): define its own size variant
This commit is contained in:
@@ -21,6 +21,13 @@ export const buttonGroupVariantWithRoot = {
|
||||
export default {
|
||||
base: 'relative',
|
||||
variants: {
|
||||
size: {
|
||||
xs: '',
|
||||
sm: '',
|
||||
md: '',
|
||||
lg: '',
|
||||
xl: ''
|
||||
},
|
||||
orientation: {
|
||||
horizontal: 'inline-flex -space-x-px',
|
||||
vertical: 'flex flex-col -space-y-px'
|
||||
|
||||
Reference in New Issue
Block a user