Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

react-revolution

Package Overview
Dependencies
Maintainers
1
Versions
90
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-revolution

React Revolution - interactive react components

  • 5.6.2
  • npm
  • Socket score

Version published
Weekly downloads
44
increased by144.44%
Maintainers
1
Weekly downloads
 
Created
Source

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

Desctructuring module import

import { Breadcrumbs } from 'react-revolution';

Default module import

import Breadcrumbs from 'react-revolution/Breadcrumbs';

Additional sass file import

// Global file
@import 'react-revolution/scss/react-revolution.scss';
// Single module file
@import 'react-revolution/scss/rr-breadcrumbs.scss';

Additional compiled sass file import

// Global file
@import 'react-revolution/css/react-revolution.css';
// Single module file
@import 'react-revolution/css/rr-breadcrumbs.css';

Example

import { Breadcrumbs } from 'react-revolution';

// or default import 
// import Breadcrumbs from 'react-revolution/Breadcrumbs';

<Breadcrumbs 
    hashRouter={true}
/>

Available modules

Accordion
Articles
ArticlesImages
Astronaut404
Boxes
Breadcrumbs
Cards
CardsScroll
CardsScrollCallback
Carousel
Clipboard
Clouds404
CloudsMountains404
Container
ContainerPopup
ContainerSidebar
CustomSuggestion
DarkLines404
DragDropArea
DragDropList
Filter
FilterMapping
FullScreenListArray
FullScreenListObject
FullScreenOverlay
GlobalMessages
Icons
ImageBanner
ImageBox
ImageCarousel
InputAnimation
InputFile
InputFileDragDrop
InputSuggestionArray
InputSuggestionObject
Lightbulb404
ListSwitch
LoadingBoxTop
LoadOnScroll
Menu
MenuDropDown
MenuHeight
MenuHoverX
MenuHoverY
Modal
Overlay
PagerDynamic
PagerStatic
Picture404
Pills
PopupBox
PopupData
PopupHover
Preloader
ReadMore
ReadMoreCallback
Ribbon
RibbonMultiple
ScrollTo
SideBar
Slider
SliderCards
SliderFullscreen
SliderItems
SourceCode
Stars
Steps
StepsGenerator
StepsGeneratorDragDrop
Suggestions
Table
TextWriter
Timeline
Water404

Available functions

addGlobalMessage
disableHtmlScroll
enableHtmlScroll
isArray
isInViewport
isObject
scrollTopListener
scrollToTop
urlExtract
uuid
copyArray
copyObject
isBoolean
isFunction
isNumber
isString

Keywords

FAQs

Package last updated on 26 Apr 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc