Tab

<li class="tab">
    <button class="btn tab__inner  btn-icon-only " type="button">
				<span class="btn__inner">
					
				</span>	
		</button>
</li>
<li class="tab">
	{{#if isCurrent}}
		{{> @button className="tab__inner tab--is-current" icon=tabIcon}}
	{{else}}
		{{> @button className="tab__inner" icon=tabIcon}}
	{{/if}}
</li>
/* No context defined for this component. */

There are no notes for this item.