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.

Related questions

+1 vote
asked Jan 20, 2023 in Bootstrap by SakshiSharma
+1 vote
asked Oct 30, 2020 in Bootstrap by sharadyadav1986
...