<!--
Office UI Fabric JS 1.5.0
The JavaScript front-end framework for building experiences for Office 365.
-->
<!-- Copyright (c) Microsoft. All rights reserved. Licensed under the MIT license. See LICENSE in the project root for license information. -->
<a class="ms-Link
  {{~#if props.customClasses}} {{props.customClasses}}{{/if~}}
  {{~#if props.modifierClass}} ms-Link--{{props.modifierClass}}{{/if~}}"
  {{~#if props.href}} href="{{props.href}}"{{/if~}}
  {{~#if props.title}} title="{{props.title}}"{{/if~}}
  {{~#if props.tabIndex}} tabindex="{{props.tabIndex}}"{{/if~}}>{{props.label}}</a>