Document migration from panels to cards

X-Ref: #17120 for `.panel-default` replacement
This commit is contained in:
Kevin Kirsche 2015-08-20 22:31:48 -04:00
parent 85fac53cc8
commit bcc16d0754
1 changed files with 14 additions and 0 deletions

View File

@ -88,6 +88,20 @@ New to Bootstrap 4 is the Reboot, a new stylesheet that builds on Normalize with
Dropped entirely for the new card component.
#### Panels
- `.panel` to `.card`
- `.panel-default` removed and no replacement
- `.panel-heading` to `.card-header`
- `.panel-title` to `.card-title`
- `.panel-body` to `.card-block`
- `.panel-footer` to `.card-footer`
- `.panel-primary` to `.card-primary` and `.card-inverse`
- `.panel-success` to `.card-success` and `.card-inverse`
- `.panel-info` to `.card-info` and `.card-inverse`
- `.panel-warning` to `.card-warning` and `.card-inverse`
- `.panel-danger` to `.card-danger` and `.card-inverse`
### Carousel
- Renamed `.item` to `.carousel-item`.