mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-14 20:19:34 +01:00
chore(ButtonGroup): use Primitive and improve tests
This commit is contained in:
@@ -9,9 +9,8 @@ describe('ButtonGroup', () => {
|
||||
|
||||
it.each([
|
||||
// Props
|
||||
['with as', { props: { as: 'div' } }],
|
||||
['with class', { props: { class: '' } }],
|
||||
['with ui', { props: { ui: {} } }],
|
||||
['with as', { props: { as: 'section' } }],
|
||||
['with class', { props: { class: 'absolute' } }],
|
||||
// Slots
|
||||
['with default slot', {
|
||||
slots: {
|
||||
|
||||
Reference in New Issue
Block a user