Login
Remember
Register
Ask a Question
What are panels in Bootstrap?
0
votes
asked
Oct 7, 2019
in
Bootstrap
by
Tracy Williams
What are panels in Bootstrap?
panels-in-bootstrap
bootstrap-panels
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Oct 10, 2019
by
john ganales
Panels are components that are used when you want to put your DOM component in a box. So, to retrieve a basic panel we just need to add class.panel to the <div> element. We can also add class.panel-default to this element.
...