mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-23 16:30:45 +01:00
feat(module)!: migrate to reka-ui (#2448)
This commit is contained in:
@@ -38,6 +38,7 @@ describe('Toast', () => {
|
||||
['with closeIcon', { props: { ...props, closeIcon: 'i-lucide-trash' } }],
|
||||
['with type', { props: { ...props, type: 'background' as const } }],
|
||||
['with color neutral', { props: { ...props, color: 'neutral' as const } }],
|
||||
['with as', { props: { ...props, as: 'section' } }],
|
||||
['with class', { props: { ...props, class: 'bg-[var(--ui-bg-elevated)]/50' } }],
|
||||
['with ui', { props: { ...props, ui: { title: 'font-bold' } } }],
|
||||
// Slots
|
||||
|
||||
Reference in New Issue
Block a user