Skip to content

Instantly share code, notes, and snippets.

@Vterebenin
Created July 22, 2019 05:56
Show Gist options
  • Select an option

  • Save Vterebenin/ae80cc0a96b113dc5d58eadcc5b614a1 to your computer and use it in GitHub Desktop.

Select an option

Save Vterebenin/ae80cc0a96b113dc5d58eadcc5b614a1 to your computer and use it in GitHub Desktop.
компонент автоссылки/ autolink component#react
ReactDOM.render(
<AutoLink text='foo bar baz http://example.org bar' />,
document.getElementById('root')
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment