0 votes
in Bootstrap by
What are panels in Bootstrap?

1 Answer

0 votes
by
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.
...