jxom / react-bookmark

A bookmark helper component.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

A bookmark helper component.

License:MIT License


Languages

Language:JavaScript 100.0%