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
|
@ -164,7 +164,7 @@ 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">
|
||||||
|
@ -181,7 +181,7 @@ Radio example:
|
||||||
</label>
|
</label>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
|
@ -235,7 +235,7 @@ 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">
|
||||||
|
@ -245,7 +245,7 @@ Cards will adapt to column's width. The card below will have width equal to col-
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="col-lg-3"></div>
|
<div class="col-lg-3"></div>
|
||||||
</div>
|
</div>
|
||||||
```
|
```
|
||||||
|
|
||||||
## Material.js
|
## Material.js
|
||||||
|
|
Loading…
Reference in New Issue
Block a user