0.0.2 • Published 6 years ago

@elemental/link v0.0.2

Weekly downloads
-
License
MIT
Repository
-
Last release
6 years ago

<Link />

The <Link /> component provides an anchor element (<a />) with the following props.

Props

  • preventDefault - Automatically prevent default action an delegate the action to any defined onClick handler.

Behavior

  • If target is set then rel="noopener noreferrer" will be automatically added to avoid explotation of the window API.