We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6df2107 commit 89bb228Copy full SHA for 89bb228
example/src/stories/Switch.stories.tsx
@@ -23,10 +23,18 @@ export default {
23
control: 'color',
24
description: 'The color of the knob',
25
},
26
+ knobBorderColor: {
27
+ control: 'color',
28
+ description: 'The border color of the knob',
29
+ },
30
knobActiveColor: {
31
32
description: 'The color of the knob when active',
33
34
+ knobActiveBorderColor: {
35
36
+ description: 'The border color of the knob when active',
37
38
39
} as ComponentMeta<typeof Switch>
40
0 commit comments