Skip to content

Commit

Permalink
guide-building-components.html fix bad attribute on x-progressbar def…
Browse files Browse the repository at this point in the history
…inition (#45)
  • Loading branch information
rouilj authored Oct 9, 2023
1 parent 4ea7aaa commit 5a0fcbc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/pages/guide-building-components.html
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ <h3>Adding interactivity</h3>
<code-template-html>
<template>
<template tl-definition>
<x-progressbar value="5">
<x-progressbar fill="5">
<progress value="${'fill'}" max="10"></progress>
<span>${'fill'}/10</span>
<input type="number" tl-controlled tl-hostattr="fill" />
Expand All @@ -153,7 +153,7 @@ <h3>Adding side-effects</h3>
<code-template-html>
<template>
<template tl-definition>
<x-progressbar value="5">
<x-progressbar fill="5">
<progress value="${'fill'}" max="10"></progress>
<span>${'fill'}/10</span>
<input type="number" tl-controlled tl-hostattr="fill" />
Expand Down

0 comments on commit 5a0fcbc

Please sign in to comment.