0.0.2 • Published 8 years ago
@elemental/link v0.0.2
<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 definedonClickhandler.
Behavior
- If
targetis set thenrel="noopener noreferrer"will be automatically added to avoid explotation of the window API.