mirror of
https://github.com/sstent/node.git
synced 2026-01-27 07:33:13 +00:00
updated app
This commit is contained in:
21
node_modules/derby-examples/widgets/views/app/index.html
generated
vendored
Normal file
21
node_modules/derby-examples/widgets/views/app/index.html
generated
vendored
Normal file
@@ -0,0 +1,21 @@
|
||||
<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>
|
||||
Reference in New Issue
Block a user