mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-02-02 05:08:03 +01:00
refactor(module)!: implement design system with CSS variables (#2298)
This commit is contained in:
@@ -33,7 +33,7 @@ onMounted(() => {
|
||||
<div class="flex flex-col gap-8 items-center">
|
||||
<div class="flex flex-col gap-4 w-48">
|
||||
<UProgress />
|
||||
<UProgress color="gray" />
|
||||
<UProgress color="neutral" />
|
||||
<UProgress color="error" />
|
||||
<UProgress animation="carousel-inverse" />
|
||||
<UProgress animation="swing" />
|
||||
|
||||
Reference in New Issue
Block a user