swyx-a
v1.0.0
Published
a super tiny reusable a tag with noopener no referrer and target blank
Downloads
2
Readme
swyx-a
a super tiny reusable a tag with noopener no referrer and target blank
Install
npm install --save swyx-a
Usage
import React, { Component } from 'react'
import MyComponent from 'swyx-a'
class Example extends Component {
render () {
return (
<MyComponent />
)
}
}
License
MIT © sw-yx