Tag

processed with Commons Bulma 0.7.2
Documentation / Tag

# Colors


Default Primary Info Success Warning Danger
    
<@tag >Default<@tag>
<@tag color='primary' >Primary<@tag>
<@tag color='info' >Info<@tag>
<@tag color='success' >Success<@tag>
<@tag color='warning' >Warning<@tag>
<@tag color='danger' >Danger<@tag>
    

# Sizes


Default Info Large
<@tag>Default</@tag>
<@tag size='md' >Info</@tag>
<@tag size='lg' >Large</@tag>
    

# Icons


  GitHub   Enabled   Disabled
<@tag tagIcon='github' color='primary' >GitHub</@tag>
<@tag tagIcon='check'  color='success' >Enabled</@tag>
<@tag tagIcon='times'  color='danger'  >Disabled</@tag>
    

# Badges


Messages 5
<tag color='primary' >Messages <@badge>5</@badge></@tag>