React Bookmark
A bookmark helper component.
Installation
yarn add react-bookmark
Usage
import Bookmark from 'react-bookmark';
<Bookmark className="coolClass" href="/cool/path" title="My Cool Website" />
Available Props
Prop | Type | Default value | Description |
---|---|---|---|
className | string (optional) | Component class name | |
href | string | `'#'` | Path/URL to bookmark |
title | string | Title of the bookmark |
License
MIT © Jake Moxey