Skip to content

A vuejs component library to turn URL's and emails into clickable links with XSS prevention

Notifications You must be signed in to change notification settings

imanaspaul/v-linkify

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Installation

npm i vue-linkify-v2

Install globally

import Vue from 'vue';
import vLinkify from 'vue-linkify-v2'; 
 
Vue.use(vLinkify)

Use it in your component

import vLinkify from 'vue-linkify-v2'; 
export default {
  components:{
    vLinkify,
  },
}
<v-linkify :html="your-data"/>

Props

  • html (type : String, required: true)

About

A vuejs component library to turn URL's and emails into clickable links with XSS prevention

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published