docs(slider): update story copy for native implementation

This commit is contained in:
Ilia Mashkov
2026-06-02 11:08:58 +03:00
parent 19d9b07c55
commit 3f5151efa0
+1 -1
View File
@@ -10,7 +10,7 @@ const { Story } = defineMeta({
docs: {
description: {
component:
'Styled bits-ui slider component with red accent (#ff3b30). Thumb is a 45° rotated square with hover/active scale animations.',
'Single-value slider (native, no bits-ui) with brand accent. Diamond thumb (45° rotated square) with hover/active scale. Supports pointer drag, click-to-seek, touch, and keyboard (arrows, Home/End, PageUp/Down).',
},
story: { inline: false }, // Render stories in iframe for state isolation
},