Panel is a style that is is implemented by inheriting the vertical group, just like the vertical menu.
The following is an example that can be implemented more simply by excluding the head and/or the foot.
Panel provides a function that enables combination with other components. and that can be used instead of body.
A | B | C | D | E |
---|---|---|---|---|
A | B | C | D | E |
A | B | C | D | E |
A | B | C | D | E |
Panel provides a closed option. The user needs to add a panel-close class as shown below.
When you want to set the padding value in the body area to 0, add a fit class to the body.
Panel can add a component such as a small button or a label to the header or the footer.
Panel can add a tab component to the header.
Panel Group can combine several panels as a group.