Skip to content

Commit 6aee534

Browse files
committed
Add story for disabled color picker
1 parent ff1639d commit 6aee534

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

packages/uui-color-picker/lib/uui-color-picker.story.ts

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,22 @@ export const Inline: Story = {
6767
parameters: {
6868
docs: {
6969
source: {
70-
code: `<uui-color-picker inline="true"></uui-color-picker>`,
70+
code: `<uui-color-picker inline></uui-color-picker>`,
71+
},
72+
},
73+
},
74+
};
75+
76+
export const Disabled: Story = {
77+
args: {
78+
disabled: true,
79+
inline: true,
80+
opacity: true,
81+
},
82+
parameters: {
83+
docs: {
84+
source: {
85+
code: `<uui-color-picker inline disabled opacity></uui-color-picker>`,
7186
},
7287
},
7388
},

0 commit comments

Comments
 (0)