Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 516 Bytes

README.md

File metadata and controls

24 lines (15 loc) · 516 Bytes

sc-autolinker

Polymer 1.0 element that uses Autolinker.js to display text and convert any links to clickables

<sc-autolinker> is an element that renders links inside a text as clickable links.

Getting started

Install with bower

First you need bower, see their site for details

bower install --save sc-autolinker

How to use

  <sc-autolinker>Text with a link http://google.com here</sc-autolinker>

Contributions welcome, please create issues!