Skip to content

Commit

Permalink
docs: add knob for lumo variants [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
web-padawan committed Mar 30, 2020
1 parent e68f455 commit 6b84418
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,13 @@
<div style="min-width: 100px; min-height: 50px">First content</div>
<div>Second content</div>
</template>
<template data-element="vaadin-split-layout" data-target="knob" data-attr="theme" data-type="select">
<select>
<option value=""></option>
<option value="small"></option>
<option value="minimal"></option>
</select>
</template>
</api-viewer>

<script type="module" src="./vaadin-split-layout.ts"></script>
Expand Down

0 comments on commit 6b84418

Please sign in to comment.