finish custom class and improved options overhaul

This commit is contained in:
Elijah Duffy
2025-07-03 14:45:23 -07:00
parent c54002f5fa
commit 02311a0e7b
16 changed files with 170 additions and 131 deletions

View File

@@ -139,7 +139,7 @@
<ToggleGroup
name="example-toggle-group"
label="Toggler"
items={['item one', 'item two', 'item three']}
options={['item one', 'item two', { value: 'complex', label: 'Complex item' }]}
/>
</div>