aboutsummaryrefslogtreecommitdiff
path: root/demo/components/on-board-panel.php
diff options
context:
space:
mode:
Diffstat (limited to 'demo/components/on-board-panel.php')
-rw-r--r--demo/components/on-board-panel.php17
1 files changed, 17 insertions, 0 deletions
diff --git a/demo/components/on-board-panel.php b/demo/components/on-board-panel.php
new file mode 100644
index 0000000..c9fab05
--- /dev/null
+++ b/demo/components/on-board-panel.php
@@ -0,0 +1,17 @@
+<!-- Home side panel -->
+<form class="form-horizontal" method="post">
+ <div class="row">
+ <!-- Text field -->
+ <div class="col-md-8">
+ <input class="form-control" type="text" name="textarea" value="">
+ </div>
+ <!-- Control buttons -->
+ <div class="col-md-4">
+ <button type="submit" class="btn btn-default">Submit</button>
+ <button type="button" class="btn btn-success" data-toggle="modal" data-target="#SettingsModal">Settings</button>
+ <button type="submit" class="btn btn-danger" name="reset">Reset</button>
+ </div>
+ </div><!-- row -->
+</form>
+<br/>
+<!-- End side panel -->