Panel
A composable panel, for compact controls
To use a Panel component in your application, you need to import the BulmaPanelModule
by adding the following lines to your app.module.ts
file.
Basic Panel Details
The most basic Panel component needs only of <bu-panel>
element with some content. However, Bulma components provides number of preset sections that you can use inside of </bu-panel>
.
Components | Description | |||
---|---|---|---|---|
<bu-panel> |
Parent Panel Component | |||
<bu-panel-heading> |
Panel Header | |||
<bu-panel-block> |
Panel content |
Colors
The bu-panel
component is available in different colors. You can set the theme
property of the bu-panel
component using any of the following color options:
primary
link
info
success
warning
danger
black
dark
light
white