mirror of
https://github.com/primer/css.git
synced 2024-11-28 13:12:16 +03:00
Update forms.md
This commit is contained in:
parent
21bd13959e
commit
3b3f39d6cb
@ -62,8 +62,8 @@ Form controls in Primer CSS currently have no basic layout specified (this is by
|
||||
|
||||
<label> <input type="checkbox" /> Remember me </label>
|
||||
|
||||
<label> <input type="radio" id="option-1" name="radio-group-example" checked /> Option 1 </label>
|
||||
<label> <input type="radio" id="option-2" name="radio-group-example" /> Option 2 </label>
|
||||
<label> <input type="radio" id="potato" name="radio-group-example" checked /> Potato </label>
|
||||
<label> <input type="radio" id="tomato" name="radio-group-example" /> Tomato </label>
|
||||
|
||||
<button class="btn" type="submit">Submit</button>
|
||||
</form>
|
||||
|
Loading…
Reference in New Issue
Block a user