Skip to content

Commit 793d0e1

Browse files
authored
correct uui-box example (#686)
1 parent 57268de commit 793d0e1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/uui-box/lib/uui-box.story.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ export default {
3232
const Template: Story = props => {
3333
return html`
3434
<uui-box
35-
.headline=${props.headline}
36-
.headlineVariant=${props.headlineVariant}>
35+
headline="${props.headline}"
36+
headline-variant="${props.headlineVariant}">
3737
<p>Some content of this box, appended in the default slot.</p>
3838
<p>The headline is currently rendered as a ${props.headlineVariant}.</p>
3939
</uui-box>

0 commit comments

Comments
 (0)