Skip to content

Commit

Permalink
chore(colorslider): add vertical control to story
Browse files Browse the repository at this point in the history
  • Loading branch information
cdransf committed Jan 3, 2025
1 parent 0524bd7 commit f9af38a
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion components/colorslider/stories/colorslider.stories.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ export default {
component: "ColorSlider",
argTypes: {
colorHandleStyle: { table: { disable: true } },
vertical: { table: { disable: true } },
isDisabled,
isFocused: {
...isFocused,
Expand Down Expand Up @@ -50,6 +49,12 @@ export default {
control: { type: "select" },
table: { disable: true },
},
vertical: {
name: "Vertical",
description: "The orientation of the component.",
type: { name: "boolean" },
control: "boolean",
},
},
args: {
rootClass: "spectrum-ColorSlider",
Expand Down

0 comments on commit f9af38a

Please sign in to comment.