Skip to content

Instantly share code, notes, and snippets.

@sjohnr
sjohnr / app.html
Last active June 8, 2017 03:16 — forked from AStoker/app.html
Select Material
<template>
<require from="./ux-select"></require>
<div style="margin: 20px 0;">
<ux-select options.bind="['Option 1', 'Option 2', '', 'Option 3']" value="Option 2"></ux-select>
</div>
<div style="margin: 20px 0;">
<ux-select options.bind="['Some other option', 'A second option', 'A third option', 'A really long fourth option that is wider than the known universe']"></ux-select>
</div>
<div style="margin: 20px 0;">
<ux-select options.bind="['CA', 'NE', 'WY']"></ux-select>