mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-24 08:50:34 +01:00
feat(module)!: migrate to reka-ui (#2448)
This commit is contained in:
@@ -37,6 +37,8 @@ describe('Tabs', () => {
|
||||
...variants.map((variant: string) => [`with primary variant ${variant}`, { props: { ...props, variant } }]),
|
||||
...variants.map((variant: string) => [`with neutral variant ${variant}`, { props: { ...props, variant, color: 'neutral' } }]),
|
||||
['without content', { props: { ...props, content: false } }],
|
||||
['with unmountOnHide', { props: { ...props, unmountOnHide: false } }],
|
||||
['with as', { props: { ...props, as: 'section' } }],
|
||||
['with class', { props: { ...props, class: 'w-96' } }],
|
||||
['with ui', { props: { ...props, ui: { content: 'w-full ring ring-[var(--ui-border)]' } } }],
|
||||
// Slots
|
||||
|
||||
Reference in New Issue
Block a user