mirror of
https://github.com/mdbootstrap/mdb-ui-kit.git
synced 2025-03-10 14:55:46 +03:00
more readme updates
This commit is contained in:
parent
6f151e310e
commit
238fba9aff
46
README.md
46
README.md
|
@ -164,24 +164,24 @@ Be sure to inspect the source of the demos to find proper markup examples. Remem
|
||||||
Radio example:
|
Radio example:
|
||||||
|
|
||||||
```html
|
```html
|
||||||
<div class="form-group">
|
<div class="form-group">
|
||||||
<label class="col-lg-2 control-label">Radios</label>
|
<label class="col-lg-2 control-label">Radios</label>
|
||||||
|
|
||||||
<div class="col-lg-10">
|
<div class="col-lg-10">
|
||||||
<div class="radio radio-primary">
|
<div class="radio radio-primary">
|
||||||
<label>
|
<label>
|
||||||
<input type="radio" name="optionsRadios" checked="">
|
<input type="radio" name="optionsRadios" checked="">
|
||||||
Option one
|
Option one
|
||||||
</label>
|
</label>
|
||||||
</div>
|
</div>
|
||||||
<div class="radio radio-primary">
|
<div class="radio radio-primary">
|
||||||
<label>
|
<label>
|
||||||
<input type="radio" name="optionsRadios">
|
<input type="radio" name="optionsRadios">
|
||||||
Option two
|
Option two
|
||||||
</label>
|
</label>
|
||||||
</div>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
|
@ -235,17 +235,17 @@ Here is an example on how to use it:
|
||||||
Cards will adapt to column's width. The card below will have width equal to col-lg-6:
|
Cards will adapt to column's width. The card below will have width equal to col-lg-6:
|
||||||
|
|
||||||
```html
|
```html
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="col-lg-3"></div>
|
<div class="col-lg-3"></div>
|
||||||
|
|
||||||
<div class="col-lg-6">
|
<div class="col-lg-6">
|
||||||
<div class="card">
|
<div class="card">
|
||||||
...
|
...
|
||||||
</div>
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="col-lg-3"></div>
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<div class="col-lg-3"></div>
|
||||||
|
</div>
|
||||||
```
|
```
|
||||||
|
|
||||||
## Material.js
|
## Material.js
|
||||||
|
|
Loading…
Reference in New Issue
Block a user