feat: add UI components including Skeleton, Slider, Sonner, Spinner, Switch, Table, Tabs, Textarea, Toggle Group, Toggle, Tooltip, and custom hook for mobile detection

This commit is contained in:
asepharyana
2026-07-26 14:45:47 +07:00
parent 4e28136538
commit e2c2365208
66 changed files with 8227 additions and 27 deletions
+3 -3
View File
@@ -49,8 +49,6 @@
}
:root {
--background: oklch(1 0 0);
--foreground: oklch(0.145 0 0);
--card: oklch(1 0 0);
--card-foreground: oklch(0.145 0 0);
--popover: oklch(1 0 0);
@@ -81,6 +79,8 @@
--sidebar-accent-foreground: oklch(0.205 0 0);
--sidebar-border: oklch(0.922 0 0);
--sidebar-ring: oklch(0.708 0 0);
--background: oklch(1 0 0);
--foreground: oklch(0.145 0 0);
}
.dark {
@@ -127,4 +127,4 @@
html {
@apply font-sans;
}
}
}