New UI Components
Atlas 0.1.0 - Avatar, Badge, BentoGrid, Carousel, Slider & more
Avatar & Avatar Group
Sizes & Status
Avatar Group (stacked)
Badge
Variants
With Pulse & Dot
Bento Grid
Modern bento-box style grid layout with responsive sizing
Bento Layout
Flexible grid system with spanning cells
Wide Card (2x1)
Horizontal spanning
Slider
Toggle Group
View Mode
Text Align
Breadcrumb
Pagination
Page of 5
Collapsible / Accordion
Modal & Drawer
Drawer Panel
This is a slide-in drawer panel. Great for settings, filters, or additional content.
Tabs
Overview Content
This is the overview tab panel. Tab components support keyboard navigation with arrow keys.
Analytics Content
View your analytics data here. Charts and metrics would go in this panel.
Settings Content
Configure your preferences and account settings in this tab.
Date Picker
Hover Card
Hover over the items to see preview cards
Building amazing products with Atlas. Open source enthusiast and coffee lover.
Crafting delightful user experiences. Figma advocate and design systems nerd.
Context Menu
Right-click on the area below to see a custom context menu
Toast Notifications
Stackable notification toasts with different types
import { createToastManager } from '@casoon/atlas-components';const toasts = createToastManager({ position: 'bottom-right' });toasts.success('File saved successfully!'); Input OTP
One-time password input with auto-focus and paste support
Try pasting: 123456
import { createInputOtp } from '@casoon/atlas-components';createInputOtp('#otp-input', { length: 6, onComplete: (code) => verify(code) }); Resizable Panels
Drag the divider to resize panels
import { createResizable } from '@casoon/atlas-components';createResizable('#container', { direction: 'horizontal', minSize: 100 }); Scroll Area
Custom scrollbar styling with smooth scrolling