Open suezhou opened 6 years ago
With the body of a panel being a panel-body
or a table
I have no issue with explicitly defining it at the moment. I would be tempted to have panel-body: true
as the default, which is a breaking change and something to be avoided at the moment, I think.
With current panel-helper
will generate the following code
And most of the time, we need to manually apply
panel-title
class for the bold heading andpanel-body
class orbootstrap_panel_body_tag
method for the indentation. I think we need to accept options likepanel-title: true
andpanel-body: true
so it will generate the following code in one go: