mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-02-02 13:17:57 +01:00
feat(RadioGroup): handle horizontal orientation (#74)
This commit is contained in:
@@ -23,6 +23,7 @@ describe('RadioGroup', () => {
|
||||
...colors.map((color: string) => [`with color ${color}`, { props: { options, color } }]),
|
||||
['with class', { props: { options, class: 'absolute' } }],
|
||||
['with ui', { props: { ui: { options, wrapper: 'ms-4' } } }],
|
||||
['with orientation', { props: { options, orientation: 'horizontal' } }],
|
||||
// Slots
|
||||
['with legend slot', { props: { options }, slots: { label: () => 'Legend slot' } }],
|
||||
['with label slot', { props: { options }, slots: { label: () => 'Label slot' } }],
|
||||
|
||||
Reference in New Issue
Block a user