mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-22 16:00:39 +01:00
feat(module): define neutral utilities (#3629)
Co-authored-by: Sébastien Chopin <atinux@gmail.com>
This commit is contained in:
@@ -14,7 +14,7 @@ describe('Avatar', () => {
|
||||
['with icon', { props: { icon: 'i-lucide-image' } }],
|
||||
...sizes.map((size: string) => [`with size ${size}`, { props: { src: 'https://github.com/benjamincanac.png', size } }]),
|
||||
['with as', { props: { as: 'section' } }],
|
||||
['with class', { props: { class: 'bg-(--ui-bg)' } }],
|
||||
['with class', { props: { class: 'bg-default' } }],
|
||||
['with ui', { props: { ui: { fallback: 'font-bold' } } }],
|
||||
// Slots
|
||||
['with default slot', { slots: { default: '🇫🇷' } }]
|
||||
|
||||
Reference in New Issue
Block a user