Closed sandros94 closed 7 months ago
So far I did a couple of changes compared to the current stable release:
v-bind="{ size: ui.avatarSize(), ...avatar }"
w-6 h-6
instead of w-5 h-5
to match the default avatar sizeOnce I understand compoundVariants
I'll add size
s too and mark this as ready for review.
I've also added a color prop. Since it came handy a number of times to me and shouldn't create any problems (didn't set a default tho)
Thanks @Sandros94!!! 😊
Implementation of the old
UDivider
component based onradix-vue
'sSeparator
one.Currently done: