Skip to content

Commit

Permalink
docs: remove example components from readme
Browse files Browse the repository at this point in the history
  • Loading branch information
spwoodcock committed May 31, 2024
1 parent f291857 commit 9724370
Showing 1 changed file with 0 additions and 19 deletions.
19 changes: 0 additions & 19 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -185,22 +185,3 @@ described in the Shoelace docs.

- Now the Shoelace assets will be bundled with your dist, under `/shoelace`.
- Following the example, also add `public/assets/icons` to your `.gitignore` file.

## Example Markdown Components

<!-- markdownlint-disable -->

<hot-button id="hotButton">Click Me!</hot-button>
<script>
const button = document.getElementById('hotButton');

button.addEventListener('click', () => {
alert('Button Clicked!');
});
</script>

<br>

<hot-toolbar></hot-toolbar>

<!-- markdownlint-enable -->

0 comments on commit 9724370

Please sign in to comment.