@app-elements/linkify
v0.1.1
Published
Convert URLs found in a string to anchor elements.
Downloads
3
Readme
Linkify
Convert URLs found in a string to anchor elements.
Installation
npm install --save @app-elements/linkify
Usage
import { Linkify } from '@app-elements/linkify'
<Linkify text='Hey check this out, http://inputlogic.ca cool eh?' />
Props
| Prop | Type | Default | Description |
|-------------------|------------|----------|---------------------|
| text
| String | null
| String to convert found URLs to anchors
| anchorProps
| Object | {}
| Props to pass down to each created anchor