react-links
v0.1.1
Published
A lightweight React library with container components that give your links more personality.
Downloads
17
Maintainers
Readme
React Links
This package provides simple React container components which give your links more personality.
Installation
Installation can be done using the following ways.
Using the npm install
command.
$ npm install react-links
Or yarn add
command.
$ yarn add react-links
Features
- Parse links in text strings into styled links using the widely used
[]()
syntax with the built-inParseUrl
container component. - A range of link styles to give our links more personality. Links should not be boring y'know.
Supported types of links
Highlighted Links
- Uses the
HighlightedLink
component. - Example available on CodeSandbox.