react-bookmark

My primo module

Downloads in past

Stats

StarsIssuesVersionUpdatedCreatedSize
react-bookmark
0.8.24 years ago7 years agoMinified + gzip package size for react-bookmark in KB

Readme

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




PropTypeDefault valueDescription
className string (optional) Component class name
href string'#' Path/URL to bookmark
title string Title of the bookmark

License

MIT © Jake Moxey