Please note these icons require pro plan, which Bulma-Gomponents do not have, therefore no example may be shown.
The b.Icon
constructor creates a container for an icon font.
Modifier | Action |
---|---|
b.White | Set color to white |
b.Black | Set color to black |
b.Light | Set color to light |
b.Dark | Set color to dark |
b.Primary | Set color to primary |
b.Link | Set color to link |
b.Info | Set color to info |
b.Success | Set color to success |
b.Warning | Set color to warning |
b.Danger | Set color to danger |
b.BlackBis | Set color to black bis |
b.BlackTer | Set color to black ter |
b.GreyDarker | Set color to grey darker |
b.GreyDark | Set color to grey dark |
b.Grey | Set color to grey |
b.GreyLight | Set color to grey light |
b.GreyLigher | Set color to grey lighter |
b.WhiteTer | Set color to white ter |
b.WhiteBis | Set color to white bis |
b.PrimaryLight | Set color to primary light |
b.LinkLight | Set color to link light |
b.InfoLight | Set color to info light |
b.SuccessLight | Set color to success light |
b.WarningLight | Set color to warning light |
b.DangerLight | Set color to danger light |
b.PrimaryDark | Set color to primary dark |
b.LinkDark | Set color to link dark |
b.InfoDark | Set color to info dark |
b.SuccessDark | Set color to success dark |
b.WarningDark | Set color to warning dark |
b.DangerDark | Set color to danger dark |
b.Small | Set size to small |
b.Medium | Set size to medium |
b.Large | Set size to large |
The b.IconText
constructor creates an icon+text span container and embeds all its non-icon children into spans. The b.FlexIconText
constructor creates a flex icon+text span container and embeds all its non-icon children into spans.
Modifier | Action |
---|---|
b.White | Set color to white |
b.Black | Set color to black |
b.Light | Set color to light |
b.Dark | Set color to dark |
b.Primary | Set color to primary |
b.Link | Set color to link |
b.Info | Set color to info |
b.Success | Set color to success |
b.Warning | Set color to warning |
b.Danger | Set color to danger |
b.BlackBis | Set color to black bis |
b.BlackTer | Set color to black ter |
b.GreyDarker | Set color to grey darker |
b.GreyDark | Set color to grey dark |
b.Grey | Set color to grey |
b.GreyLight | Set color to grey light |
b.GreyLigher | Set color to grey lighter |
b.WhiteTer | Set color to white ter |
b.WhiteBis | Set color to white bis |
b.PrimaryLight | Set color to primary light |
b.LinkLight | Set color to link light |
b.InfoLight | Set color to info light |
b.SuccessLight | Set color to success light |
b.WarningLight | Set color to warning light |
b.DangerLight | Set color to danger light |
b.PrimaryDark | Set color to primary dark |
b.LinkDark | Set color to link dark |
b.InfoDark | Set color to info dark |
b.SuccessDark | Set color to success dark |
b.WarningDark | Set color to warning dark |
b.DangerDark | Set color to danger dark |