0.1.1 • Published 6 years ago
react-links v0.1.1
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-linksOr yarn add command.
$ yarn add react-linksFeatures
- Parse links in text strings into styled links using the widely used []()syntax with the built-inParseUrlcontainer 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 HighlightedLinkcomponent.
- Example available on CodeSandbox.