瀏覽代碼

Add submit to horizontal form

Jeremy Thomas 8 年之前
父節點
當前提交
400dc82c40
共有 1 個文件被更改,包括 15 次插入0 次删除
  1. 15 0
      docs/documentation/elements/form.html

+ 15 - 0
docs/documentation/elements/form.html

@@ -817,6 +817,21 @@ doc-subtab: form
     </div>
     </div>
   </div>
   </div>
 </div>
 </div>
+
+<div class="field is-horizontal">
+  <div class="field-label">
+    <!-- Left empty for spacing -->
+  </div>
+  <div class="field-body">
+    <div class="field">
+      <div class="control">
+        <button class="button is-primary">
+          Send message
+        </button>
+      </div>
+    </div>
+  </div>
+</div>
 {% endcapture %}
 {% endcapture %}
 {{horizontal_form_example}}
 {{horizontal_form_example}}
 {% highlight html %}
 {% highlight html %}