You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+213-2Lines changed: 213 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -75,7 +75,7 @@ Our comprehensive collection of UI components with implementation status:
75
75
|**Switch**| Toggle controls | ❌ |
76
76
|[**Textarea**](docs/components/textarea.md)| Multi-line text inputs | ✅ |
77
77
|[**Form**](docs/components/form.md)| Form validation and state management | ✅ |
78
-
|**DatePicker**| Date selection component |❌|
78
+
|**DatePicker**| Date selection component |✅|
79
79
|**TimePicker**| Time selection component | ❌ |
80
80
|**FileUpload**| File upload component | ❌ |
81
81
|**ColorPicker**| Color selection component | ❌ |
@@ -99,7 +99,8 @@ Our comprehensive collection of UI components with implementation status:
99
99
|**Progress**| Progress indicators | ❌ |
100
100
|**Skeleton**| Loading placeholders | ❌ |
101
101
|**Timeline**| Event timeline display | ❌ |
102
-
|**Calendar**| Date display component | ❌ |
102
+
|**Calendar**| Date display component | ✅ |
103
+
|**QRCode**| QR code generator | ✅ |
103
104
104
105
### Overlays & Feedback
105
106
@@ -351,6 +352,216 @@ This example demonstrates the power of component composition by combining `Dropd
351
352
-**Smooth Animations**: Using Svelte's `flip` animation for seamless list transitions
352
353
-**Multi-Select State**: Managing complex selection state through the Bond pattern
353
354
355
+
### Creating Custom Variants
356
+
357
+
@svelte-atoms/core provides a powerful variant system using `defineVariants()` that allows you to create type-safe, reusable component variations with support for compound variants, defaults, and bond state integration.
0 commit comments