G-Loot DS — chip default premium

by Augustin Hiebel

HTML

<!-- Text only -->
 <button type="button" className="chip chip-premium">
   <span>Label</span>
 </button>

 <!-- Icon + text -->
 <button type="button" className="chip chip-premium">
   <span className="icon icon-circle-caret-right" />
   <span>Label</span>
 </button>

 <!-- Text + icon -->
 <button type="button" className="chip chip-premium">
   <span>Label</span>
   <span className="icon icon-circle-caret-right" />
 </button>