mirror of
https://github.com/sstent/node.git
synced 2026-01-27 15:41:43 +00:00
22 lines
490 B
HTML
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>
|