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 57268de commit 793d0e1Copy full SHA for 793d0e1
packages/uui-box/lib/uui-box.story.ts
@@ -32,8 +32,8 @@ export default {
32
const Template: Story = props => {
33
return html`
34
<uui-box
35
- .headline=${props.headline}
36
- .headlineVariant=${props.headlineVariant}>
+ headline="${props.headline}"
+ headline-variant="${props.headlineVariant}">
37
<p>Some content of this box, appended in the default slot.</p>
38
<p>The headline is currently rendered as a ${props.headlineVariant}.</p>
39
</uui-box>
0 commit comments