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 ff1639d commit 6aee534Copy full SHA for 6aee534
packages/uui-color-picker/lib/uui-color-picker.story.ts
@@ -67,7 +67,22 @@ export const Inline: Story = {
67
parameters: {
68
docs: {
69
source: {
70
- code: `<uui-color-picker inline="true"></uui-color-picker>`,
+ 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>`,
86
},
87
88
0 commit comments