Files
node/node_modules/derby-examples/widgets/views/app/index.html
2012-05-30 23:00:06 -04:00

22 lines
490 B
HTML

<Title:>
Widgets
<Header:>
<body>
<ui:connectionAlert>
<Body:>
<ui:modal name="testModal" show={_showModal} title="Modal town" close="Meh" primary="You too!">
How nice to see you!
</ui:modal>
<div class="container">
<h1>Bootstrap widgets</h1>
<div class=btn-toolbar>
<ui:dropdown value={test.selected} items={test.options}>
<div class=btn-group>
<button class=btn x-bind="click: showModal">Show modal</button>
</div>
</div>
</div>