Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: includes/styleguide/forms/block.html

Issue 29491561: Issue 5413 - Create basic style guide for website-defaults (Closed)
Patch Set: Created July 18, 2017, 6:53 a.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: includes/styleguide/forms/block.html
===================================================================
new file mode 100644
--- /dev/null
+++ b/includes/styleguide/forms/block.html
@@ -0,0 +1,22 @@
+<h3 class="sg-h3">Block fields</h3>
+
+<label for="text-input-example">
+ Text input label
+</label>
+<input name="text-input-example" type="text" placeholder="Text input">
+
+<br>
+
+<label for="select-example">
+ Select box label
+</label>
+<select name="select-example">
+ <option value="1">Select option</option>
+</select>
+
+<br>
+
+<label for="textarea-example">
+ Textarea label
+</label>
+<textarea name="textarea-example">Textarea</textarea>

Powered by Google App Engine
This is Rietveld