diff --git a/apps/www/.vitepress/theme/components/ThemePopover.vue b/apps/www/.vitepress/theme/components/ThemePopover.vue new file mode 100644 index 00000000..91c9a1e5 --- /dev/null +++ b/apps/www/.vitepress/theme/components/ThemePopover.vue @@ -0,0 +1,136 @@ + + + + + + + + {{ title }} + + + + + + + Customize + + + Pick a style and color for your components. + + + + Color + + + + + + + {{ color }} + + + + + + Radius + + + + {{ r }} + + + + + + Theme + + + + + Light + + + + Dark + + + + + + + diff --git a/apps/www/.vitepress/theme/components/theming/Theming.vue b/apps/www/.vitepress/theme/components/theming/Theming.vue index efbb1d22..ad78efc1 100644 --- a/apps/www/.vitepress/theme/components/theming/Theming.vue +++ b/apps/www/.vitepress/theme/components/theming/Theming.vue @@ -1,15 +1,10 @@ @@ -124,101 +70,7 @@ watch(radius, (radius) => { - - - - - Customize - - - - - - - Customize - - - Pick a style and color for your components. - - - - Color - - - - - - - {{ color }} - - - - - - Radius - - - - {{ r }} - - - - - - Theme - - - - - Light - - - - Dark - - - - - - +
+ Pick a style and color for your components. +
- Pick a style and color for your components. -