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

Side by Side 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.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
1 <h3 class="sg-h3">Block fields</h3>
2
3 <label for="text-input-example">
4 Text input label
5 </label>
6 <input name="text-input-example" type="text" placeholder="Text input">
7
8 <br>
9
10 <label for="select-example">
11 Select box label
12 </label>
13 <select name="select-example">
14 <option value="1">Select option</option>
15 </select>
16
17 <br>
18
19 <label for="textarea-example">
20 Textarea label
21 </label>
22 <textarea name="textarea-example">Textarea</textarea>
OLDNEW

Powered by Google App Engine
This is Rietveld