Skip to content

Commit

Permalink
chore(progress): add linear progress demo aria
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 557937995
  • Loading branch information
asyncLiz authored and copybara-github committed Aug 17, 2023
1 parent bc19c8d commit 379aa61
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions progress/demo/stories.ts
Original file line number Diff line number Diff line change
Expand Up @@ -51,12 +51,13 @@ const linear: MaterialStoryInit<StoryKnobs> = {

return html`
<md-linear-progress
class=${classMap(classes)}
.value=${value}
.max=${max}
.buffer=${buffer}
.indeterminate=${indeterminate}
.fourColor=${fourColor}
aria-label="An example linear progress bar"
class=${classMap(classes)}
.value=${value}
.max=${max}
.buffer=${buffer}
.indeterminate=${indeterminate}
.fourColor=${fourColor}
></md-linear-progress>`;
}
};
Expand Down

0 comments on commit 379aa61

Please sign in to comment.