react-bookmark

My primo module


Keywords
react, component, bookmark, react-bookmark
License
MIT
Install
npm install react-bookmark@0.8.2

Documentation

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