UNPKG

links-finder

Version:

Small lib to find all links in a string and wrap them with <a> tag or just to get positions of these links

7 lines (5 loc) 168 B
import React from 'react'; import ReactDOM from 'react-dom'; import './index.css'; import App from './App'; ReactDOM.render(<App />, document.getElementById('root'));