Package Exports
- react-revolution
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (react-revolution) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
React Revolution
React Revolution is a light javascript library to generate interactive modules for react projects.
Website:
https://react-revolution.j.pl/
Installation
- npm i react-revolution
- yarn add react-revolution
Github
https://github.com/janitzed/react-revolution
Example of usage
import { Breadcrumbs } from 'react-revolution';
// or default import
// import Breadcrumbs from 'react-revolution/Breadcrumbs';
<Breadcrumbs
hashRouter={true}
/>
Module Examples
Accordion
CardsScroll
Clipboard
Clouds404
CloudsMountains404
Container
CustomSuggestion
GlobalMessages
Icons
InputAnimation
InputFile
InputFileDragDrop
Lightbulb404
LoadingBoxTop
LoadOnScroll
Menu
PagerDynamic
PopupBox
ReadMore
ReadMoreCallback
ScrollTo
SourceCode
Table
TextWriter
and more .... !
Functions
urlExtract - Extracts the URL on individual paths of the window.location, key and its values. The function receives 1 optional argument: isHashRouter (boolean) - by default the transferred value is undefined. This function extracts paths and key values for the window.location: "href", "hash" and "path".
uuid - Extracts the URL on individual paths of the window.location, key and its values. The function receives 1 optional argument: isHashRouter (boolean) - by default the transferred value is undefined. This function extracts paths and key values for the window.location: "href", "hash" and "path".
and more .... !