@elemental/link
v0.0.2
Published
The elemental <Link /> component.
Readme
<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.
