Skip to content
This repository was archived by the owner on Jan 13, 2025. It is now read-only.

Commit c8bb8dd

Browse files
authored
docs: update button markup for getting started guide (#5405)
1 parent 7be9e4a commit c8bb8dd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/getting-started.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,8 @@ Then add `postcss-loader`, using `autoprefixer` as a plugin:
236236
```html
237237
<body>
238238
<button class="foo-button mdc-button">
239-
Button
239+
<div class="mdc-button__ripple"></div>
240+
<span class="mdc-button__label">Button</span>
240241
</button>
241242
</body>
242243
```

0 commit comments

Comments
 (0)