Skip to content

Commit 89bb228

Browse files
committed
docs: knobBorderColor
1 parent 6df2107 commit 89bb228

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

example/src/stories/Switch.stories.tsx

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,18 @@ export default {
2323
control: 'color',
2424
description: 'The color of the knob',
2525
},
26+
knobBorderColor: {
27+
control: 'color',
28+
description: 'The border color of the knob',
29+
},
2630
knobActiveColor: {
2731
control: 'color',
2832
description: 'The color of the knob when active',
2933
},
34+
knobActiveBorderColor: {
35+
control: 'color',
36+
description: 'The border color of the knob when active',
37+
},
3038
},
3139
} as ComponentMeta<typeof Switch>
3240

0 commit comments

Comments
 (0)