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 0c18bdc commit c6b6111Copy full SHA for c6b6111
packages/uui-color-swatches/lib/uui-color-swatches.story.ts
@@ -77,7 +77,7 @@ type Story = StoryObj<UUIColorSwatchesElement>;
77
78
const Template: Story = {
79
render: (args: any) => html`
80
- <uui-color-swatches ?value=${args.value} label="my color pallette">
+ <uui-color-swatches .value=${args.value} label="my color pallette">
81
${repeat(args.swatchesColor, (swatch: any) => {
82
const label = typeof swatch === 'string' ? swatch : swatch.label;
83
const value = typeof swatch === 'string' ? swatch : swatch.value;
0 commit comments