Skip to content

Commit

Permalink
correct uui-box example (#686)
Browse files Browse the repository at this point in the history
  • Loading branch information
nielslyngsoe authored Dec 8, 2023
1 parent 57268de commit 793d0e1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/uui-box/lib/uui-box.story.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ export default {
const Template: Story = props => {
return html`
<uui-box
.headline=${props.headline}
.headlineVariant=${props.headlineVariant}>
headline="${props.headline}"
headline-variant="${props.headlineVariant}">
<p>Some content of this box, appended in the default slot.</p>
<p>The headline is currently rendered as a ${props.headlineVariant}.</p>
</uui-box>
Expand Down

0 comments on commit 793d0e1

Please sign in to comment.