xertica-ds 2.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +21 -0
- package/README.md +342 -0
- package/dist/assets/index-Cd9f6F_p.js +7823 -0
- package/dist/assets/index-Cs2dol7O.css +1 -0
- package/dist/assets/ui-BNdlrCY2.js +522 -0
- package/dist/assets/vendor-D-8kVyo9.js +43 -0
- package/dist/assets/xertica-x-logo-Bp310hkM.svg +21 -0
- package/dist/cli/commands/add.d.ts +2 -0
- package/dist/cli/commands/add.d.ts.map +1 -0
- package/dist/cli/commands/add.js +65 -0
- package/dist/cli/commands/add.js.map +1 -0
- package/dist/cli/commands/doctor.d.ts +2 -0
- package/dist/cli/commands/doctor.d.ts.map +1 -0
- package/dist/cli/commands/doctor.js +49 -0
- package/dist/cli/commands/doctor.js.map +1 -0
- package/dist/cli/commands/init.d.ts +2 -0
- package/dist/cli/commands/init.d.ts.map +1 -0
- package/dist/cli/commands/init.js +284 -0
- package/dist/cli/commands/init.js.map +1 -0
- package/dist/cli/commands/update.d.ts +2 -0
- package/dist/cli/commands/update.d.ts.map +1 -0
- package/dist/cli/commands/update.js +184 -0
- package/dist/cli/commands/update.js.map +1 -0
- package/dist/cli/index.d.ts +3 -0
- package/dist/cli/index.d.ts.map +1 -0
- package/dist/cli/index.js +44 -0
- package/dist/cli/index.js.map +1 -0
- package/dist/cli/lib/registry.d.ts +37 -0
- package/dist/cli/lib/registry.d.ts.map +1 -0
- package/dist/cli/lib/registry.js +37 -0
- package/dist/cli/lib/registry.js.map +1 -0
- package/dist/cli/utils/project-info.d.ts +12 -0
- package/dist/cli/utils/project-info.d.ts.map +1 -0
- package/dist/cli/utils/project-info.js +65 -0
- package/dist/cli/utils/project-info.js.map +1 -0
- package/dist/cli/utils/registry-utils.d.ts +4 -0
- package/dist/cli/utils/registry-utils.d.ts.map +1 -0
- package/dist/cli/utils/registry-utils.js +111 -0
- package/dist/cli/utils/registry-utils.js.map +1 -0
- package/dist/cli/utils/themes.d.ts +17 -0
- package/dist/cli/utils/themes.d.ts.map +1 -0
- package/dist/cli/utils/themes.js +109 -0
- package/dist/cli/utils/themes.js.map +1 -0
- package/dist/contexts/ApiKeyContext.d.ts +15 -0
- package/dist/contexts/AssistenteContext.d.ts +71 -0
- package/dist/contexts/BrandColorsContext.d.ts +45 -0
- package/dist/contexts/LanguageContext.d.ts +11 -0
- package/dist/contexts/ThemeContext.d.ts +13 -0
- package/dist/hooks/use-mobile.d.ts +1 -0
- package/dist/hooks/useTheme.d.ts +1 -0
- package/dist/index.cjs +25 -0
- package/dist/index.cjs.map +1 -0
- package/dist/index.d.ts +71 -0
- package/dist/index.d.ts.map +1 -0
- package/dist/index.html +17 -0
- package/dist/index.js +4246 -0
- package/dist/index.js.map +1 -0
- package/dist/lib/utils.d.ts +2 -0
- package/dist/registry/components/app-sidebar.d.ts +22 -0
- package/dist/registry/components/home-page.d.ts +9 -0
- package/dist/registry/components/login-page.d.ts +7 -0
- package/dist/registry/components/ui/accordion.d.ts +7 -0
- package/dist/registry/components/ui/alert-dialog.d.ts +14 -0
- package/dist/registry/components/ui/alert.d.ts +9 -0
- package/dist/registry/components/ui/aspect-ratio.d.ts +3 -0
- package/dist/registry/components/ui/avatar.d.ts +8 -0
- package/dist/registry/components/ui/badge.d.ts +9 -0
- package/dist/registry/components/ui/breadcrumb.d.ts +11 -0
- package/dist/registry/components/ui/button.d.ts +11 -0
- package/dist/registry/components/ui/calendar.d.ts +8 -0
- package/dist/registry/components/ui/card.d.ts +9 -0
- package/dist/registry/components/ui/carousel.d.ts +19 -0
- package/dist/registry/components/ui/chart.d.ts +40 -0
- package/dist/registry/components/ui/checkbox.d.ts +4 -0
- package/dist/registry/components/ui/collapsible.d.ts +5 -0
- package/dist/registry/components/ui/command.d.ts +16 -0
- package/dist/registry/components/ui/context-menu.d.ts +25 -0
- package/dist/registry/components/ui/dialog.d.ts +15 -0
- package/dist/registry/components/ui/drawer.d.ts +13 -0
- package/dist/registry/components/ui/dropdown-menu.d.ts +25 -0
- package/dist/registry/components/ui/form.d.ts +24 -0
- package/dist/registry/components/ui/formatted-document.d.ts +7 -0
- package/dist/registry/components/ui/google-maps-loader.d.ts +31 -0
- package/dist/registry/components/ui/hover-card.d.ts +6 -0
- package/dist/registry/components/ui/image-with-fallback.d.ts +2 -0
- package/dist/registry/components/ui/input-otp.d.ts +11 -0
- package/dist/registry/components/ui/input.d.ts +6 -0
- package/dist/registry/components/ui/label.d.ts +4 -0
- package/dist/registry/components/ui/language-provider.d.ts +11 -0
- package/dist/registry/components/ui/language-selector.d.ts +7 -0
- package/dist/registry/components/ui/map-config.d.ts +12 -0
- package/dist/registry/components/ui/map-layers.d.ts +48 -0
- package/dist/registry/components/ui/map.d.ts +53 -0
- package/dist/registry/components/ui/markdown-message.d.ts +6 -0
- package/dist/registry/components/ui/menubar.d.ts +26 -0
- package/dist/registry/components/ui/modern-chat-input.d.ts +14 -0
- package/dist/registry/components/ui/navigation-menu.d.ts +14 -0
- package/dist/registry/components/ui/page-header.d.ts +56 -0
- package/dist/registry/components/ui/pagination.d.ts +13 -0
- package/dist/registry/components/ui/popover.d.ts +7 -0
- package/dist/registry/components/ui/progress.d.ts +4 -0
- package/dist/registry/components/ui/radio-group.d.ts +5 -0
- package/dist/registry/components/ui/resizable.d.ts +27 -0
- package/dist/registry/components/ui/route-map.d.ts +26 -0
- package/dist/registry/components/ui/scroll-area.d.ts +5 -0
- package/dist/registry/components/ui/select.d.ts +15 -0
- package/dist/registry/components/ui/separator.d.ts +4 -0
- package/dist/registry/components/ui/sheet.d.ts +13 -0
- package/dist/registry/components/ui/sidebar.d.ts +69 -0
- package/dist/registry/components/ui/simple-map.d.ts +51 -0
- package/dist/registry/components/ui/skeleton.d.ts +2 -0
- package/dist/registry/components/ui/slider.d.ts +4 -0
- package/dist/registry/components/ui/sonner.d.ts +3 -0
- package/dist/registry/components/ui/switch.d.ts +4 -0
- package/dist/registry/components/ui/table.d.ts +10 -0
- package/dist/registry/components/ui/tabs.d.ts +7 -0
- package/dist/registry/components/ui/textarea.d.ts +3 -0
- package/dist/registry/components/ui/theme-provider.d.ts +13 -0
- package/dist/registry/components/ui/theme-toggle.d.ts +8 -0
- package/dist/registry/components/ui/toggle-group.d.ts +12 -0
- package/dist/registry/components/ui/toggle.d.ts +12 -0
- package/dist/registry/components/ui/tooltip.d.ts +7 -0
- package/dist/registry/components/ui/xertica-logo.d.ts +7 -0
- package/dist/registry/components/ui/xertica-orbe.d.ts +6 -0
- package/dist/registry/components/ui/xertica-x-logo.d.ts +7 -0
- package/dist/registry/components/xertica-assistant.d.ts +196 -0
- package/dist/registry/components/xerticaorbe.d.ts +6 -0
- package/dist/registry/hooks/use-mobile.d.ts +1 -0
- package/dist/registry/lib/utils.d.ts +2 -0
- package/dist/src/cli/commands/add.d.ts +1 -0
- package/dist/src/cli/commands/doctor.d.ts +1 -0
- package/dist/src/cli/commands/init.d.ts +1 -0
- package/dist/src/cli/commands/update.d.ts +1 -0
- package/dist/src/cli/index.d.ts +2 -0
- package/dist/src/cli/lib/registry.d.ts +36 -0
- package/dist/src/cli/utils/project-info.d.ts +11 -0
- package/dist/src/cli/utils/registry-utils.d.ts +3 -0
- package/dist/src/cli/utils/themes.d.ts +16 -0
- package/dist/src/index.d.ts +70 -0
- package/package.json +156 -0
- package/registry/components/app-sidebar.d.ts +23 -0
- package/registry/components/app-sidebar.d.ts.map +1 -0
- package/registry/components/app-sidebar.js +100 -0
- package/registry/components/app-sidebar.js.map +1 -0
- package/registry/components/app-sidebar.tsx +326 -0
- package/registry/components/home-page.d.ts +10 -0
- package/registry/components/home-page.d.ts.map +1 -0
- package/registry/components/home-page.js +36 -0
- package/registry/components/home-page.js.map +1 -0
- package/registry/components/home-page.tsx +139 -0
- package/registry/components/login-page.d.ts +8 -0
- package/registry/components/login-page.d.ts.map +1 -0
- package/registry/components/login-page.js +71 -0
- package/registry/components/login-page.js.map +1 -0
- package/registry/components/login-page.tsx +229 -0
- package/registry/components/ui/accordion.d.ts +8 -0
- package/registry/components/ui/accordion.d.ts.map +1 -0
- package/registry/components/ui/accordion.js +19 -0
- package/registry/components/ui/accordion.js.map +1 -0
- package/registry/components/ui/accordion.tsx +66 -0
- package/registry/components/ui/alert-dialog.d.ts +15 -0
- package/registry/components/ui/alert-dialog.d.ts.map +1 -0
- package/registry/components/ui/alert-dialog.js +42 -0
- package/registry/components/ui/alert-dialog.js.map +1 -0
- package/registry/components/ui/alert-dialog.tsx +159 -0
- package/registry/components/ui/alert.d.ts +10 -0
- package/registry/components/ui/alert.d.ts.map +1 -0
- package/registry/components/ui/alert.js +37 -0
- package/registry/components/ui/alert.js.map +1 -0
- package/registry/components/ui/alert.tsx +83 -0
- package/registry/components/ui/aspect-ratio.d.ts +4 -0
- package/registry/components/ui/aspect-ratio.d.ts.map +1 -0
- package/registry/components/ui/aspect-ratio.js +8 -0
- package/registry/components/ui/aspect-ratio.js.map +1 -0
- package/registry/components/ui/aspect-ratio.tsx +11 -0
- package/registry/components/ui/avatar.d.ts +9 -0
- package/registry/components/ui/avatar.d.ts.map +1 -0
- package/registry/components/ui/avatar.js +22 -0
- package/registry/components/ui/avatar.js.map +1 -0
- package/registry/components/ui/avatar.tsx +65 -0
- package/registry/components/ui/badge.d.ts +10 -0
- package/registry/components/ui/badge.d.ts.map +1 -0
- package/registry/components/ui/badge.js +26 -0
- package/registry/components/ui/badge.js.map +1 -0
- package/registry/components/ui/badge.tsx +55 -0
- package/registry/components/ui/breadcrumb.d.ts +12 -0
- package/registry/components/ui/breadcrumb.d.ts.map +1 -0
- package/registry/components/ui/breadcrumb.js +28 -0
- package/registry/components/ui/breadcrumb.js.map +1 -0
- package/registry/components/ui/breadcrumb.tsx +109 -0
- package/registry/components/ui/button.d.ts +12 -0
- package/registry/components/ui/button.d.ts.map +1 -0
- package/registry/components/ui/button.js +34 -0
- package/registry/components/ui/button.js.map +1 -0
- package/registry/components/ui/button.tsx +55 -0
- package/registry/components/ui/calendar.d.ts +9 -0
- package/registry/components/ui/calendar.d.ts.map +1 -0
- package/registry/components/ui/calendar.js +74 -0
- package/registry/components/ui/calendar.js.map +1 -0
- package/registry/components/ui/calendar.tsx +235 -0
- package/registry/components/ui/card.d.ts +10 -0
- package/registry/components/ui/card.d.ts.map +1 -0
- package/registry/components/ui/card.js +25 -0
- package/registry/components/ui/card.js.map +1 -0
- package/registry/components/ui/card.tsx +92 -0
- package/registry/components/ui/carousel.d.ts +20 -0
- package/registry/components/ui/carousel.d.ts.map +1 -0
- package/registry/components/ui/carousel.js +92 -0
- package/registry/components/ui/carousel.js.map +1 -0
- package/registry/components/ui/carousel.tsx +241 -0
- package/registry/components/ui/chart.d.ts +41 -0
- package/registry/components/ui/chart.d.ts.map +1 -0
- package/registry/components/ui/chart.js +129 -0
- package/registry/components/ui/chart.js.map +1 -0
- package/registry/components/ui/chart.tsx +353 -0
- package/registry/components/ui/checkbox.d.ts +5 -0
- package/registry/components/ui/checkbox.d.ts.map +1 -0
- package/registry/components/ui/checkbox.js +10 -0
- package/registry/components/ui/checkbox.js.map +1 -0
- package/registry/components/ui/checkbox.tsx +32 -0
- package/registry/components/ui/collapsible.d.ts +6 -0
- package/registry/components/ui/collapsible.d.ts.map +1 -0
- package/registry/components/ui/collapsible.js +14 -0
- package/registry/components/ui/collapsible.js.map +1 -0
- package/registry/components/ui/collapsible.tsx +33 -0
- package/registry/components/ui/command.d.ts +17 -0
- package/registry/components/ui/command.d.ts.map +1 -0
- package/registry/components/ui/command.js +35 -0
- package/registry/components/ui/command.js.map +1 -0
- package/registry/components/ui/command.tsx +177 -0
- package/registry/components/ui/context-menu.d.ts +26 -0
- package/registry/components/ui/context-menu.d.ts.map +1 -0
- package/registry/components/ui/context-menu.js +52 -0
- package/registry/components/ui/context-menu.js.map +1 -0
- package/registry/components/ui/context-menu.tsx +252 -0
- package/registry/components/ui/dialog.d.ts +16 -0
- package/registry/components/ui/dialog.d.ts.map +1 -0
- package/registry/components/ui/dialog.js +37 -0
- package/registry/components/ui/dialog.js.map +1 -0
- package/registry/components/ui/dialog.tsx +138 -0
- package/registry/components/ui/drawer.d.ts +14 -0
- package/registry/components/ui/drawer.d.ts.map +1 -0
- package/registry/components/ui/drawer.js +38 -0
- package/registry/components/ui/drawer.js.map +1 -0
- package/registry/components/ui/drawer.tsx +134 -0
- package/registry/components/ui/dropdown-menu.d.ts +26 -0
- package/registry/components/ui/dropdown-menu.d.ts.map +1 -0
- package/registry/components/ui/dropdown-menu.js +52 -0
- package/registry/components/ui/dropdown-menu.js.map +1 -0
- package/registry/components/ui/dropdown-menu.tsx +257 -0
- package/registry/components/ui/form.d.ts +25 -0
- package/registry/components/ui/form.d.ts.map +1 -0
- package/registry/components/ui/form.js +61 -0
- package/registry/components/ui/form.js.map +1 -0
- package/registry/components/ui/form.tsx +195 -0
- package/registry/components/ui/formatted-document.d.ts +8 -0
- package/registry/components/ui/formatted-document.d.ts.map +1 -0
- package/registry/components/ui/formatted-document.js +41 -0
- package/registry/components/ui/formatted-document.js.map +1 -0
- package/registry/components/ui/formatted-document.tsx +87 -0
- package/registry/components/ui/google-maps-loader.d.ts +32 -0
- package/registry/components/ui/google-maps-loader.d.ts.map +1 -0
- package/registry/components/ui/google-maps-loader.js +311 -0
- package/registry/components/ui/google-maps-loader.js.map +1 -0
- package/registry/components/ui/google-maps-loader.tsx +380 -0
- package/registry/components/ui/hover-card.d.ts +7 -0
- package/registry/components/ui/hover-card.d.ts.map +1 -0
- package/registry/components/ui/hover-card.js +15 -0
- package/registry/components/ui/hover-card.js.map +1 -0
- package/registry/components/ui/hover-card.tsx +44 -0
- package/registry/components/ui/image-with-fallback.d.ts +3 -0
- package/registry/components/ui/image-with-fallback.d.ts.map +1 -0
- package/registry/components/ui/image-with-fallback.js +12 -0
- package/registry/components/ui/image-with-fallback.js.map +1 -0
- package/registry/components/ui/image-with-fallback.tsx +27 -0
- package/registry/components/ui/input-otp.d.ts +12 -0
- package/registry/components/ui/input-otp.d.ts.map +1 -0
- package/registry/components/ui/input-otp.js +22 -0
- package/registry/components/ui/input-otp.js.map +1 -0
- package/registry/components/ui/input-otp.tsx +77 -0
- package/registry/components/ui/input.d.ts +7 -0
- package/registry/components/ui/input.d.ts.map +1 -0
- package/registry/components/ui/input.js +14 -0
- package/registry/components/ui/input.js.map +1 -0
- package/registry/components/ui/input.tsx +38 -0
- package/registry/components/ui/label.d.ts +5 -0
- package/registry/components/ui/label.d.ts.map +1 -0
- package/registry/components/ui/label.js +9 -0
- package/registry/components/ui/label.js.map +1 -0
- package/registry/components/ui/label.tsx +24 -0
- package/registry/components/ui/language-provider.d.ts +12 -0
- package/registry/components/ui/language-provider.d.ts.map +1 -0
- package/registry/components/ui/language-provider.js +22 -0
- package/registry/components/ui/language-provider.js.map +1 -0
- package/registry/components/ui/language-provider.tsx +36 -0
- package/registry/components/ui/language-selector.d.ts +8 -0
- package/registry/components/ui/language-selector.d.ts.map +1 -0
- package/registry/components/ui/language-selector.js +15 -0
- package/registry/components/ui/language-selector.js.map +1 -0
- package/registry/components/ui/language-selector.tsx +54 -0
- package/registry/components/ui/map-config.d.ts +13 -0
- package/registry/components/ui/map-config.d.ts.map +1 -0
- package/registry/components/ui/map-config.js +13 -0
- package/registry/components/ui/map-config.js.map +1 -0
- package/registry/components/ui/map-config.ts +12 -0
- package/registry/components/ui/map-layers.d.ts +49 -0
- package/registry/components/ui/map-layers.d.ts.map +1 -0
- package/registry/components/ui/map-layers.js +77 -0
- package/registry/components/ui/map-layers.js.map +1 -0
- package/registry/components/ui/map-layers.tsx +129 -0
- package/registry/components/ui/map.d.ts +54 -0
- package/registry/components/ui/map.d.ts.map +1 -0
- package/registry/components/ui/map.js +234 -0
- package/registry/components/ui/map.js.map +1 -0
- package/registry/components/ui/map.tsx +414 -0
- package/registry/components/ui/markdown-message.d.ts +7 -0
- package/registry/components/ui/markdown-message.d.ts.map +1 -0
- package/registry/components/ui/markdown-message.js +37 -0
- package/registry/components/ui/markdown-message.js.map +1 -0
- package/registry/components/ui/markdown-message.tsx +62 -0
- package/registry/components/ui/menubar.d.ts +27 -0
- package/registry/components/ui/menubar.d.ts.map +1 -0
- package/registry/components/ui/menubar.js +55 -0
- package/registry/components/ui/menubar.js.map +1 -0
- package/registry/components/ui/menubar.tsx +276 -0
- package/registry/components/ui/modern-chat-input.d.ts +15 -0
- package/registry/components/ui/modern-chat-input.d.ts.map +1 -0
- package/registry/components/ui/modern-chat-input.js +182 -0
- package/registry/components/ui/modern-chat-input.js.map +1 -0
- package/registry/components/ui/modern-chat-input.tsx +511 -0
- package/registry/components/ui/navigation-menu.d.ts +15 -0
- package/registry/components/ui/navigation-menu.d.ts.map +1 -0
- package/registry/components/ui/navigation-menu.js +32 -0
- package/registry/components/ui/navigation-menu.js.map +1 -0
- package/registry/components/ui/navigation-menu.tsx +162 -0
- package/registry/components/ui/page-header.d.ts +57 -0
- package/registry/components/ui/page-header.d.ts.map +1 -0
- package/registry/components/ui/page-header.js +39 -0
- package/registry/components/ui/page-header.js.map +1 -0
- package/registry/components/ui/page-header.tsx +229 -0
- package/registry/components/ui/pagination.d.ts +14 -0
- package/registry/components/ui/pagination.d.ts.map +1 -0
- package/registry/components/ui/pagination.js +30 -0
- package/registry/components/ui/pagination.js.map +1 -0
- package/registry/components/ui/pagination.tsx +127 -0
- package/registry/components/ui/popover.d.ts +8 -0
- package/registry/components/ui/popover.d.ts.map +1 -0
- package/registry/components/ui/popover.js +18 -0
- package/registry/components/ui/popover.js.map +1 -0
- package/registry/components/ui/popover.tsx +48 -0
- package/registry/components/ui/progress.d.ts +5 -0
- package/registry/components/ui/progress.d.ts.map +1 -0
- package/registry/components/ui/progress.js +9 -0
- package/registry/components/ui/progress.js.map +1 -0
- package/registry/components/ui/progress.tsx +31 -0
- package/registry/components/ui/radio-group.d.ts +6 -0
- package/registry/components/ui/radio-group.d.ts.map +1 -0
- package/registry/components/ui/radio-group.js +25 -0
- package/registry/components/ui/radio-group.js.map +1 -0
- package/registry/components/ui/radio-group.tsx +56 -0
- package/registry/components/ui/resizable.d.ts +28 -0
- package/registry/components/ui/resizable.d.ts.map +1 -0
- package/registry/components/ui/resizable.js +241 -0
- package/registry/components/ui/resizable.js.map +1 -0
- package/registry/components/ui/resizable.tsx +405 -0
- package/registry/components/ui/route-map.d.ts +27 -0
- package/registry/components/ui/route-map.d.ts.map +1 -0
- package/registry/components/ui/route-map.js +118 -0
- package/registry/components/ui/route-map.js.map +1 -0
- package/registry/components/ui/route-map.tsx +251 -0
- package/registry/components/ui/scroll-area.d.ts +6 -0
- package/registry/components/ui/scroll-area.d.ts.map +1 -0
- package/registry/components/ui/scroll-area.js +14 -0
- package/registry/components/ui/scroll-area.js.map +1 -0
- package/registry/components/ui/scroll-area.tsx +58 -0
- package/registry/components/ui/select.d.ts +16 -0
- package/registry/components/ui/select.d.ts.map +1 -0
- package/registry/components/ui/select.js +28 -0
- package/registry/components/ui/select.js.map +1 -0
- package/registry/components/ui/select.tsx +176 -0
- package/registry/components/ui/separator.d.ts +5 -0
- package/registry/components/ui/separator.d.ts.map +1 -0
- package/registry/components/ui/separator.js +9 -0
- package/registry/components/ui/separator.js.map +1 -0
- package/registry/components/ui/separator.tsx +28 -0
- package/registry/components/ui/sheet.d.ts +14 -0
- package/registry/components/ui/sheet.d.ts.map +1 -0
- package/registry/components/ui/sheet.js +41 -0
- package/registry/components/ui/sheet.js.map +1 -0
- package/registry/components/ui/sheet.tsx +138 -0
- package/registry/components/ui/sidebar.d.ts +70 -0
- package/registry/components/ui/sidebar.d.ts.map +1 -0
- package/registry/components/ui/sidebar.js +213 -0
- package/registry/components/ui/sidebar.js.map +1 -0
- package/registry/components/ui/sidebar.tsx +726 -0
- package/registry/components/ui/simple-map.d.ts +52 -0
- package/registry/components/ui/simple-map.d.ts.map +1 -0
- package/registry/components/ui/simple-map.js +18 -0
- package/registry/components/ui/simple-map.js.map +1 -0
- package/registry/components/ui/simple-map.tsx +92 -0
- package/registry/components/ui/skeleton.d.ts +3 -0
- package/registry/components/ui/skeleton.d.ts.map +1 -0
- package/registry/components/ui/skeleton.js +7 -0
- package/registry/components/ui/skeleton.js.map +1 -0
- package/registry/components/ui/skeleton.tsx +13 -0
- package/registry/components/ui/slider.d.ts +5 -0
- package/registry/components/ui/slider.d.ts.map +1 -0
- package/registry/components/ui/slider.js +17 -0
- package/registry/components/ui/slider.js.map +1 -0
- package/registry/components/ui/slider.tsx +58 -0
- package/registry/components/ui/sonner.d.ts +4 -0
- package/registry/components/ui/sonner.d.ts.map +1 -0
- package/registry/components/ui/sonner.js +21 -0
- package/registry/components/ui/sonner.js.map +1 -0
- package/registry/components/ui/sonner.tsx +32 -0
- package/registry/components/ui/switch.d.ts +5 -0
- package/registry/components/ui/switch.d.ts.map +1 -0
- package/registry/components/ui/switch.js +9 -0
- package/registry/components/ui/switch.js.map +1 -0
- package/registry/components/ui/switch.tsx +34 -0
- package/registry/components/ui/table.d.ts +11 -0
- package/registry/components/ui/table.d.ts.map +1 -0
- package/registry/components/ui/table.js +29 -0
- package/registry/components/ui/table.js.map +1 -0
- package/registry/components/ui/table.tsx +116 -0
- package/registry/components/ui/tabs.d.ts +8 -0
- package/registry/components/ui/tabs.d.ts.map +1 -0
- package/registry/components/ui/tabs.js +18 -0
- package/registry/components/ui/tabs.js.map +1 -0
- package/registry/components/ui/tabs.tsx +66 -0
- package/registry/components/ui/textarea.d.ts +4 -0
- package/registry/components/ui/textarea.d.ts.map +1 -0
- package/registry/components/ui/textarea.js +9 -0
- package/registry/components/ui/textarea.js.map +1 -0
- package/registry/components/ui/textarea.tsx +26 -0
- package/registry/components/ui/theme-provider.d.ts +14 -0
- package/registry/components/ui/theme-provider.d.ts.map +1 -0
- package/registry/components/ui/theme-provider.js +62 -0
- package/registry/components/ui/theme-provider.js.map +1 -0
- package/registry/components/ui/theme-provider.tsx +85 -0
- package/registry/components/ui/theme-toggle.d.ts +9 -0
- package/registry/components/ui/theme-toggle.d.ts.map +1 -0
- package/registry/components/ui/theme-toggle.js +30 -0
- package/registry/components/ui/theme-toggle.js.map +1 -0
- package/registry/components/ui/theme-toggle.tsx +65 -0
- package/registry/components/ui/toggle-group.d.ts +13 -0
- package/registry/components/ui/toggle-group.d.ts.map +1 -0
- package/registry/components/ui/toggle-group.js +22 -0
- package/registry/components/ui/toggle-group.js.map +1 -0
- package/registry/components/ui/toggle-group.tsx +71 -0
- package/registry/components/ui/toggle.d.ts +13 -0
- package/registry/components/ui/toggle.d.ts.map +1 -0
- package/registry/components/ui/toggle.js +27 -0
- package/registry/components/ui/toggle.js.map +1 -0
- package/registry/components/ui/toggle.tsx +46 -0
- package/registry/components/ui/tooltip.d.ts +8 -0
- package/registry/components/ui/tooltip.d.ts.map +1 -0
- package/registry/components/ui/tooltip.js +18 -0
- package/registry/components/ui/tooltip.js.map +1 -0
- package/registry/components/ui/tooltip.tsx +61 -0
- package/registry/components/ui/xertica-logo.d.ts +8 -0
- package/registry/components/ui/xertica-logo.d.ts.map +1 -0
- package/registry/components/ui/xertica-logo.js +18 -0
- package/registry/components/ui/xertica-logo.js.map +1 -0
- package/registry/components/ui/xertica-logo.tsx +69 -0
- package/registry/components/ui/xertica-orbe.d.ts +7 -0
- package/registry/components/ui/xertica-orbe.d.ts.map +1 -0
- package/registry/components/ui/xertica-orbe.js +1300 -0
- package/registry/components/ui/xertica-orbe.js.map +1 -0
- package/registry/components/ui/xertica-orbe.tsx +1339 -0
- package/registry/components/ui/xertica-x-logo.d.ts +8 -0
- package/registry/components/ui/xertica-x-logo.d.ts.map +1 -0
- package/registry/components/ui/xertica-x-logo.js +18 -0
- package/registry/components/ui/xertica-x-logo.js.map +1 -0
- package/registry/components/ui/xertica-x-logo.tsx +53 -0
- package/registry/components/xertica-assistant.d.ts +197 -0
- package/registry/components/xertica-assistant.d.ts.map +1 -0
- package/registry/components/xertica-assistant.js +304 -0
- package/registry/components/xertica-assistant.js.map +1 -0
- package/registry/components/xertica-assistant.tsx +1432 -0
- package/registry/components/xerticaorbe.d.ts +7 -0
- package/registry/components/xerticaorbe.d.ts.map +1 -0
- package/registry/components/xerticaorbe.js +1300 -0
- package/registry/components/xerticaorbe.js.map +1 -0
- package/registry/components/xerticaorbe.tsx +1339 -0
- package/registry/hooks/use-mobile.d.ts +2 -0
- package/registry/hooks/use-mobile.d.ts.map +1 -0
- package/registry/hooks/use-mobile.js +16 -0
- package/registry/hooks/use-mobile.js.map +1 -0
- package/registry/hooks/use-mobile.ts +21 -0
- package/registry/lib/utils.d.ts +3 -0
- package/registry/lib/utils.d.ts.map +1 -0
- package/registry/lib/utils.js +6 -0
- package/registry/lib/utils.js.map +1 -0
- package/registry/lib/utils.ts +6 -0
- package/registry/registry.json +1177 -0
- package/registry/templates/docs/routing-setup.md +362 -0
- package/registry/templates/styles/globals.css.template +14 -0
- package/registry/templates/styles/xertica/app-overrides/chat.css +5 -0
- package/registry/templates/styles/xertica/app-overrides/scrollbar.css +33 -0
- package/registry/templates/styles/xertica/base.css +70 -0
- package/registry/templates/styles/xertica/chat.css +61 -0
- package/registry/templates/styles/xertica/integrations/calendar.css +5 -0
- package/registry/templates/styles/xertica/integrations/google-maps.css +5 -0
- package/registry/templates/styles/xertica/integrations/sonner.css +5 -0
- package/registry/templates/styles/xertica/scrollbar.css +33 -0
- package/registry/templates/styles/xertica/theme-map.css +88 -0
- package/registry/templates/styles/xertica/tokens.css +189 -0
- package/styles/globals.css +14 -0
- package/styles/xertica/app-overrides/chat.css +5 -0
- package/styles/xertica/app-overrides/scrollbar.css +33 -0
- package/styles/xertica/base.css +70 -0
- package/styles/xertica/integrations/calendar.css +5 -0
- package/styles/xertica/integrations/google-maps.css +5 -0
- package/styles/xertica/integrations/sonner.css +5 -0
- package/styles/xertica/theme-map.css +88 -0
- package/styles/xertica/tokens.css +189 -0
package/LICENSE
ADDED
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
MIT License
|
|
2
|
+
|
|
3
|
+
Copyright (c) 2026 Xertica
|
|
4
|
+
|
|
5
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
6
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
7
|
+
in the Software without restriction, including without limitation the rights
|
|
8
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
9
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
10
|
+
furnished to do so, subject to the following conditions:
|
|
11
|
+
|
|
12
|
+
The above copyright notice and this permission notice shall be included in all
|
|
13
|
+
copies or substantial portions of the Software.
|
|
14
|
+
|
|
15
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
16
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
17
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
18
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
19
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
20
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
21
|
+
SOFTWARE.
|
package/README.md
ADDED
|
@@ -0,0 +1,342 @@
|
|
|
1
|
+
# xertica-ds
|
|
2
|
+
|
|
3
|
+
A comprehensive Design System with React components and Tailwind CSS - **shadcn/ui alternative**
|
|
4
|
+
|
|
5
|
+
[](https://www.npmjs.com/package/xertica-ds)
|
|
6
|
+
[](https://opensource.org/licenses/MIT)
|
|
7
|
+
|
|
8
|
+
## Features
|
|
9
|
+
|
|
10
|
+
✨ **60+ Production-Ready Components** - Built with Radix UI and Tailwind CSS
|
|
11
|
+
🎨 **Multiple Color Themes** - Choose from 6 pre-built themes or customize your own
|
|
12
|
+
🌓 **Dark Mode Support** - Built-in dark mode with smooth transitions
|
|
13
|
+
📦 **Two Usage Modes** - Direct imports or CLI-based installation
|
|
14
|
+
🔧 **TypeScript First** - Full type safety and IntelliSense support
|
|
15
|
+
🎯 **shadcn/ui Compatible** - Drop-in replacement for shadcn components
|
|
16
|
+
⚡ **Tailwind CSS v4** - Latest Tailwind with modern features
|
|
17
|
+
🚀 **Zero Config** - Works out of the box with sensible defaults
|
|
18
|
+
|
|
19
|
+
## Installation
|
|
20
|
+
|
|
21
|
+
### Option 1: Direct Installation (Recommended for new projects)
|
|
22
|
+
|
|
23
|
+
```bash
|
|
24
|
+
npm install xertica-ds
|
|
25
|
+
```
|
|
26
|
+
|
|
27
|
+
Then import components directly:
|
|
28
|
+
|
|
29
|
+
```tsx
|
|
30
|
+
import { Button, Card, Dialog } from 'xertica-ds';
|
|
31
|
+
|
|
32
|
+
function App() {
|
|
33
|
+
return (
|
|
34
|
+
<Card>
|
|
35
|
+
<Button>Click me</Button>
|
|
36
|
+
</Card>
|
|
37
|
+
);
|
|
38
|
+
}
|
|
39
|
+
```
|
|
40
|
+
|
|
41
|
+
### Option 2: CLI Installation (shadcn-style)
|
|
42
|
+
|
|
43
|
+
Initialize the design system in your project:
|
|
44
|
+
|
|
45
|
+
```bash
|
|
46
|
+
npx xertica-ds init
|
|
47
|
+
```
|
|
48
|
+
|
|
49
|
+
This will:
|
|
50
|
+
- Set up Tailwind CSS v4 configuration
|
|
51
|
+
- Copy design tokens and base styles
|
|
52
|
+
- Configure your project structure
|
|
53
|
+
- Let you choose a color theme
|
|
54
|
+
- Optionally install example pages
|
|
55
|
+
|
|
56
|
+
Then add components as needed:
|
|
57
|
+
|
|
58
|
+
```bash
|
|
59
|
+
npx xertica-ds add button card dialog
|
|
60
|
+
```
|
|
61
|
+
|
|
62
|
+
## Quick Start
|
|
63
|
+
|
|
64
|
+
### 1. Install the package
|
|
65
|
+
|
|
66
|
+
```bash
|
|
67
|
+
npm install xertica-ds
|
|
68
|
+
```
|
|
69
|
+
|
|
70
|
+
### 2. Import styles in your main file
|
|
71
|
+
|
|
72
|
+
```tsx
|
|
73
|
+
// main.tsx or App.tsx
|
|
74
|
+
import 'xertica-ds/styles/globals.css';
|
|
75
|
+
```
|
|
76
|
+
|
|
77
|
+
### 3. Use components
|
|
78
|
+
|
|
79
|
+
```tsx
|
|
80
|
+
import { Button, Card, CardHeader, CardTitle, CardContent } from 'xertica-ds';
|
|
81
|
+
|
|
82
|
+
function App() {
|
|
83
|
+
return (
|
|
84
|
+
<Card className="w-96">
|
|
85
|
+
<CardHeader>
|
|
86
|
+
<CardTitle>Welcome to xertica-ds</CardTitle>
|
|
87
|
+
</CardHeader>
|
|
88
|
+
<CardContent>
|
|
89
|
+
<Button>Get Started</Button>
|
|
90
|
+
</CardContent>
|
|
91
|
+
</Card>
|
|
92
|
+
);
|
|
93
|
+
}
|
|
94
|
+
```
|
|
95
|
+
|
|
96
|
+
## Available Components
|
|
97
|
+
|
|
98
|
+
### Layout & Structure
|
|
99
|
+
- **Card** - Flexible container with header, content, and footer
|
|
100
|
+
- **Separator** - Visual divider between content
|
|
101
|
+
- **Aspect Ratio** - Maintain consistent aspect ratios
|
|
102
|
+
- **Resizable** - Resizable panels and layouts
|
|
103
|
+
- **Sidebar** - Application sidebar with collapsible sections
|
|
104
|
+
|
|
105
|
+
### Form Controls
|
|
106
|
+
- **Button** - Primary action buttons with variants
|
|
107
|
+
- **Input** - Text input fields
|
|
108
|
+
- **Textarea** - Multi-line text input
|
|
109
|
+
- **Select** - Dropdown selection
|
|
110
|
+
- **Checkbox** - Boolean input
|
|
111
|
+
- **Radio Group** - Single selection from multiple options
|
|
112
|
+
- **Switch** - Toggle switch
|
|
113
|
+
- **Slider** - Range input
|
|
114
|
+
- **Calendar** - Date picker
|
|
115
|
+
- **Form** - Form wrapper with validation
|
|
116
|
+
|
|
117
|
+
### Feedback & Overlays
|
|
118
|
+
- **Dialog** - Modal dialogs
|
|
119
|
+
- **Alert Dialog** - Confirmation dialogs
|
|
120
|
+
- **Sheet** - Side panel overlay
|
|
121
|
+
- **Drawer** - Bottom drawer
|
|
122
|
+
- **Popover** - Floating content
|
|
123
|
+
- **Tooltip** - Contextual hints
|
|
124
|
+
- **Toast (Sonner)** - Notification toasts
|
|
125
|
+
- **Alert** - Inline alerts and messages
|
|
126
|
+
- **Progress** - Progress indicators
|
|
127
|
+
- **Skeleton** - Loading placeholders
|
|
128
|
+
|
|
129
|
+
### Navigation
|
|
130
|
+
- **Navigation Menu** - Top navigation
|
|
131
|
+
- **Menubar** - Application menu bar
|
|
132
|
+
- **Dropdown Menu** - Contextual menus
|
|
133
|
+
- **Context Menu** - Right-click menus
|
|
134
|
+
- **Breadcrumb** - Navigation breadcrumbs
|
|
135
|
+
- **Tabs** - Tabbed interfaces
|
|
136
|
+
- **Pagination** - Page navigation
|
|
137
|
+
|
|
138
|
+
### Data Display
|
|
139
|
+
- **Table** - Data tables
|
|
140
|
+
- **Chart** - Data visualizations (Recharts)
|
|
141
|
+
- **Badge** - Status badges
|
|
142
|
+
- **Avatar** - User avatars
|
|
143
|
+
- **Carousel** - Image/content carousel
|
|
144
|
+
- **Accordion** - Collapsible content
|
|
145
|
+
- **Collapsible** - Show/hide content
|
|
146
|
+
- **Hover Card** - Hover preview cards
|
|
147
|
+
- **Scroll Area** - Custom scrollbars
|
|
148
|
+
|
|
149
|
+
### Advanced Components
|
|
150
|
+
- **Command** - Command palette (⌘K)
|
|
151
|
+
- **Xertica Assistant** - AI chat interface
|
|
152
|
+
- **Map Components** - Google Maps integration
|
|
153
|
+
- **Language Selector** - Multi-language support
|
|
154
|
+
- **Theme Toggle** - Dark mode switcher
|
|
155
|
+
|
|
156
|
+
## CLI Commands
|
|
157
|
+
|
|
158
|
+
### `init`
|
|
159
|
+
Initialize the design system in your project
|
|
160
|
+
|
|
161
|
+
```bash
|
|
162
|
+
npx xertica-ds init
|
|
163
|
+
```
|
|
164
|
+
|
|
165
|
+
Options:
|
|
166
|
+
- Choose installation paths
|
|
167
|
+
- Select color theme
|
|
168
|
+
- Pick integrations (Sonner, Google Maps, Calendar)
|
|
169
|
+
- Add example pages
|
|
170
|
+
|
|
171
|
+
### `add`
|
|
172
|
+
Add components to your project
|
|
173
|
+
|
|
174
|
+
```bash
|
|
175
|
+
# Add single component
|
|
176
|
+
npx xertica-ds add button
|
|
177
|
+
|
|
178
|
+
# Add multiple components
|
|
179
|
+
npx xertica-ds add button card dialog
|
|
180
|
+
|
|
181
|
+
# Add integration
|
|
182
|
+
npx xertica-ds add integration sonner
|
|
183
|
+
```
|
|
184
|
+
|
|
185
|
+
### `update`
|
|
186
|
+
Update project configuration
|
|
187
|
+
|
|
188
|
+
```bash
|
|
189
|
+
npx xertica-ds update
|
|
190
|
+
```
|
|
191
|
+
|
|
192
|
+
### `doctor`
|
|
193
|
+
Check for configuration issues
|
|
194
|
+
|
|
195
|
+
```bash
|
|
196
|
+
npx xertica-ds doctor
|
|
197
|
+
```
|
|
198
|
+
|
|
199
|
+
## Themes
|
|
200
|
+
|
|
201
|
+
xertica-ds comes with 6 pre-built color themes:
|
|
202
|
+
|
|
203
|
+
- **Default** - Xertica purple theme
|
|
204
|
+
- **Blue** - Professional blue
|
|
205
|
+
- **Green** - Fresh green
|
|
206
|
+
- **Orange** - Energetic orange
|
|
207
|
+
- **Red** - Bold red
|
|
208
|
+
- **Slate** - Neutral slate
|
|
209
|
+
|
|
210
|
+
Choose your theme during `init` or customize the CSS variables in `styles/xertica/tokens.css`.
|
|
211
|
+
|
|
212
|
+
## Migration from shadcn/ui
|
|
213
|
+
|
|
214
|
+
xertica-ds is designed as a drop-in replacement for shadcn/ui. Key differences:
|
|
215
|
+
|
|
216
|
+
1. **Package-based**: Install via npm instead of copying files
|
|
217
|
+
2. **Pre-built themes**: Choose from multiple themes out of the box
|
|
218
|
+
3. **Additional components**: Includes AI assistant, maps, and more
|
|
219
|
+
4. **Tailwind v4**: Uses the latest Tailwind CSS version
|
|
220
|
+
|
|
221
|
+
To migrate:
|
|
222
|
+
|
|
223
|
+
```bash
|
|
224
|
+
# 1. Install xertica-ds
|
|
225
|
+
npm install xertica-ds
|
|
226
|
+
|
|
227
|
+
# 2. Replace imports
|
|
228
|
+
# Before: import { Button } from "@/components/ui/button"
|
|
229
|
+
# After: import { Button } from "xertica-ds"
|
|
230
|
+
|
|
231
|
+
# 3. Update styles import
|
|
232
|
+
# Before: import "@/styles/globals.css"
|
|
233
|
+
# After: import "xertica-ds/styles/globals.css"
|
|
234
|
+
```
|
|
235
|
+
|
|
236
|
+
See [MIGRATION_FROM_SHADCN.md](./MIGRATION_FROM_SHADCN.md) for detailed migration guide.
|
|
237
|
+
|
|
238
|
+
## TypeScript Support
|
|
239
|
+
|
|
240
|
+
All components are fully typed with TypeScript. You get:
|
|
241
|
+
|
|
242
|
+
- Full IntelliSense support
|
|
243
|
+
- Type-safe props
|
|
244
|
+
- Autocomplete for component APIs
|
|
245
|
+
- Type definitions for all exports
|
|
246
|
+
|
|
247
|
+
```tsx
|
|
248
|
+
import { Button, type ButtonProps } from 'xertica-ds';
|
|
249
|
+
|
|
250
|
+
const CustomButton: React.FC<ButtonProps> = (props) => {
|
|
251
|
+
return <Button {...props} />;
|
|
252
|
+
};
|
|
253
|
+
```
|
|
254
|
+
|
|
255
|
+
## Dark Mode
|
|
256
|
+
|
|
257
|
+
Dark mode is built-in and works automatically. Add the `dark` class to your root element:
|
|
258
|
+
|
|
259
|
+
```tsx
|
|
260
|
+
// Toggle dark mode
|
|
261
|
+
document.documentElement.classList.toggle('dark');
|
|
262
|
+
```
|
|
263
|
+
|
|
264
|
+
Or use the provided `ThemeProvider` and `ThemeToggle` components:
|
|
265
|
+
|
|
266
|
+
```tsx
|
|
267
|
+
import { ThemeProvider, ThemeToggle } from 'xertica-ds';
|
|
268
|
+
|
|
269
|
+
function App() {
|
|
270
|
+
return (
|
|
271
|
+
<ThemeProvider>
|
|
272
|
+
<ThemeToggle />
|
|
273
|
+
{/* Your app */}
|
|
274
|
+
</ThemeProvider>
|
|
275
|
+
);
|
|
276
|
+
}
|
|
277
|
+
```
|
|
278
|
+
|
|
279
|
+
## Customization
|
|
280
|
+
|
|
281
|
+
### Custom Theme Colors
|
|
282
|
+
|
|
283
|
+
Edit `styles/xertica/tokens.css` to customize colors:
|
|
284
|
+
|
|
285
|
+
```css
|
|
286
|
+
@theme {
|
|
287
|
+
--color-primary: #your-color;
|
|
288
|
+
--color-background: #your-bg;
|
|
289
|
+
/* ... more variables */
|
|
290
|
+
}
|
|
291
|
+
```
|
|
292
|
+
|
|
293
|
+
### Component Styling
|
|
294
|
+
|
|
295
|
+
All components use Tailwind CSS classes and can be customized via `className`:
|
|
296
|
+
|
|
297
|
+
```tsx
|
|
298
|
+
<Button className="bg-blue-500 hover:bg-blue-600">
|
|
299
|
+
Custom Button
|
|
300
|
+
</Button>
|
|
301
|
+
```
|
|
302
|
+
|
|
303
|
+
## Requirements
|
|
304
|
+
|
|
305
|
+
- React 18+
|
|
306
|
+
- TypeScript 5+ (recommended)
|
|
307
|
+
- Tailwind CSS 4+
|
|
308
|
+
- Node.js 18+
|
|
309
|
+
|
|
310
|
+
## Browser Support
|
|
311
|
+
|
|
312
|
+
- Chrome (latest)
|
|
313
|
+
- Firefox (latest)
|
|
314
|
+
- Safari (latest)
|
|
315
|
+
- Edge (latest)
|
|
316
|
+
|
|
317
|
+
## Contributing
|
|
318
|
+
|
|
319
|
+
Contributions are welcome! Please see our [Contributing Guide](./CONTRIBUTING.md).
|
|
320
|
+
|
|
321
|
+
## License
|
|
322
|
+
|
|
323
|
+
MIT © Xertica
|
|
324
|
+
|
|
325
|
+
## Links
|
|
326
|
+
|
|
327
|
+
- [Documentation](https://github.com/xertica/xertica-ds)
|
|
328
|
+
- [NPM Package](https://www.npmjs.com/package/xertica-ds)
|
|
329
|
+
- [GitHub Repository](https://github.com/xertica/xertica-ds)
|
|
330
|
+
- [Issue Tracker](https://github.com/xertica/xertica-ds/issues)
|
|
331
|
+
|
|
332
|
+
## Acknowledgments
|
|
333
|
+
|
|
334
|
+
Built with:
|
|
335
|
+
- [Radix UI](https://www.radix-ui.com/) - Unstyled, accessible components
|
|
336
|
+
- [Tailwind CSS](https://tailwindcss.com/) - Utility-first CSS framework
|
|
337
|
+
- [Lucide Icons](https://lucide.dev/) - Beautiful icon set
|
|
338
|
+
- Inspired by [shadcn/ui](https://ui.shadcn.com/)
|
|
339
|
+
|
|
340
|
+
---
|
|
341
|
+
|
|
342
|
+
**Made with ❤️ by Xertica**
|