nudeui / nudeui

Lea's kitchen sink of form components. WIP. Try at your own risk or come back later.

Home Page:https://nudeui.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

button-group vertical -> displayed as horizontal

GalinhaLX opened this issue · comments

commented

Hi

Congratulations for this nice project !

For sure not a big issue, but:
button-group vertical
-> are displayed horizontal

(tested in Chrome & Firefox)

<button-group name="type" vertical>
	<button value="garlic" aria-pressed="true">Garlic</button>
	<button value="msg">MSG</button>
	<button value="salt">Salt</button>
</button-group>

Looks like a recent change broke it, I just fixed it, thanks!