Skip to content

Commit 855b992

Browse files
committed
Add story
1 parent 5085b5c commit 855b992

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

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

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,3 +114,12 @@ export const Transparent: Story = {
114114
value: 'rgba(209, 2, 26, 0.4)',
115115
},
116116
};
117+
118+
export const Gradient: Story = {
119+
args: {
120+
value: 'sun',
121+
color: 'radial-gradient(orange, red)',
122+
label: 'Sun',
123+
showLabel: true,
124+
},
125+
};

0 commit comments

Comments
 (0)