Download link
The download link component is used where we want to draw attention to a particular document available for download.
<a class="occlss-download-link" href="javascript:void(0);">
<span class="occlss-icon occlss-icon--file occlss-icon--small occlss-download-link__icon" aria-hidden="true">
<svg aria-hidden="true" class="occlss-icon__container ">
<use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="/assets/images/occlss/occlss-sprite.svg#file" class="icon__source icon__source--svg "></use>
</svg>
</span>
<span class="occlss-download-link__lnk">Applying to school for the first time (.pdf format).</span>
</a>
When to use this component
Use this component for a document that is particularly important within the content of a page and may otherwise be lost in a paragraph of text.
Changelog
1.0.0
- Component added