Skip to content

Commit

Permalink
Move Toggle button into slide-event
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesnw committed Jan 3, 2024
1 parent 217f555 commit 74e1d23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -82,14 +82,14 @@ <h2><code>&lt;button slide-event&gt;previous&lt;button&gt;</code></h2>
<button slide-event>previous</button>
<button slide-event>next</button>
<button slide-event="start">restart</button>
<button slide-event="toggleView">toggle view</button>
</div>
</div>
<div>
<h2><code>&lt;button set-view&gt;list&lt;button&gt;</code></h2>
<div>
<button set-view>list</button>
<button set-view>grid</button>
<button slide-event="toggleView">toggle</button>
</div>
</div>
<div><h2>Speaker View</h2></div>
Expand Down

0 comments on commit 74e1d23

Please sign in to comment.