carbon-components
Version:
The Carbon Design System is IBM’s open-source design system for products and experiences.
23 lines (19 loc) • 916 B
HTML
<!--
Copyright IBM Corp. 2016, 2018
This source code is licensed under the Apache-2.0 license found in the
LICENSE file in the root directory of this source tree.
-->
<div role="list">
<span class="bx--tag bx--tag--red" role="listitem">Red</span>
<span class="bx--tag bx--tag--magenta" role="listitem">Magenta</span>
<span class="bx--tag bx--tag--purple" role="listitem">Purple</span>
<span class="bx--tag bx--tag--blue" role="listitem">Blue</span>
<span class="bx--tag bx--tag--cyan" role="listitem">Cyan</span>
<span class="bx--tag bx--tag--teal" role="listitem">Teal</span>
<span class="bx--tag bx--tag--green" role="listitem">Green</span>
<span class="bx--tag bx--tag--gray" role="listitem">Gray</span>
<span class="bx--tag bx--tag--cool-gray" role="listitem">Cool-Gray</span>
<span class="bx--tag bx--tag--warm-gray" role="listitem">Warm-Gray</span>
</div>
<div role="list">
</div>