<!-- Standard --> <tag>Label</tag> <!-- Rounded --> <tag class="rounded">Label</tag> <!-- Pill --> <tag class="pill">Label</tag>
// Scan tags basekit.components.tags.scan(scope);
// Initialize tags basekit.components.tags.initialize(scope);
// Create tag basekit.components.tags.create(id,label,options,callback);
// Update tags basekit.components.tags.update(scope,id,label,options);
// Delete tag basekit.components.tags.delete(scope);
// Set scope var scope= $('tag'); // Lock tags basekit.components.tags.lock(scope);
// Set scope var scope= $('tag'); // Unlock tags basekit.components.tags.unlock(scope);
// Set scope var scope= $('tag'); // Disable tags basekit.components.tags.disable(scope);
// Set scope var scope= $('tag'); // Enable tags basekit.components.tags.enable(scope);
tag
tag disabled
tag rounded
tag pill
This is a text with a default tag in the middle.
This is a text with a pill tag in the middle.
tag tiny
tag small
tag default
tag medium
tag large
tag huge
tag pill default
tag pill secondary
tag pill red
tag pill green
tag pill blue
tag pill orange
tag pill yellow
tag pill grey
tag pill black
tag pill white
tag pill red_dark
tag pill blue_dark
tag pill green_dark
tag pill orange_dark
tag pill yellow_dark
tag pill grey_dark
tag pill black_dark
tag pill white_dark
tag pill red_medium
tag pill green_medium
tag pill blue_medium
tag pill orange_medium
tag pill yellow_medium
tag pill grey_medium
tag pill black_medium
tag pill white_medium
tag pill red_light
tag pill green_light
tag pill blue_light
tag pill orange_light
tag pill yellow_light
tag pill grey_light
tag pill black_light
tag pill white_light
tag tiny collapsed
tag small collapsed
tag default collapsed
tag medium collapsed
tag large collapsed
tag huge collapsed
tag tiny xs-collapsed
tag small xs-collapsed
tag default xs-collapsed
tag medium xs-collapsed
tag large xs-collapsed
tag huge xs-collapsed
tag tiny sm-collapsed
tag small sm-collapsed
tag default sm-collapsed
tag medium sm-collapsed
tag large sm-collapsed
tag huge sm-collapsed
tag tiny md-collapsed
tag small md-collapsed
tag default md-collapsed
tag medium md-collapsed
tag large md-collapsed
tag huge md-collapsed
tag tiny lg-collapsed
tag small lg-collapsed
tag default lg-collapsed
tag medium lg-collapsed
tag large lg-collapsed
tag huge lg-collapsed