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

  • 6.0.4
  • latest
  • npm
  • Socket score

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

Website:

http://react-revolution.byethost33.com

Git

https://github.com/janitzed/react-revolution

Installation

  • npm i react-revolution
  • yarn add react-revolution

Import a single component from the global module

import { Breadcrumb } from 'react-revolution';

Import a single component

import Breadcrumb from 'react-revolution/Breadcrumb';

Style (.scss file) import

// Original style file with all imports for all modules

@import 'react-revolution/scss/react-revolution.scss';

// Single module file

@import 'react-revolution/scss/Breadcrumb.scss';

Compiled style (.css file) import

// Global file

@import 'react-revolution/css/react-revolution.css';

// Single compiled file

@import 'react-revolution/css/Article.css';

@import 'react-revolution/css/Breadcrumb.css';

@import 'react-revolution/css/Star.css';

Example of usage:

// import

import { Breadcrumb } from 'react-revolution';

// or  

import Breadcrumb from 'react-revolution/Breadcrumb';

// Usage
<Breadcrumb />

Available components

Accordion
Article
ArticleImage
Astronaut404
Box
Breadcrumb
Card
CardScroll
CardScrollCallback
Carousel
Clipboard
Clouds404
CloudMountain404
Container
ContainerPopup
ContainerSidebar
CustomSuggestion
DarkLine404
DragDropArea
DragDropList
Filter
FilterMapping
FullScreenListArray
FullScreenListObject
FullScreenOverlay
GlobalMessage
Icon
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
SliderCard
SliderFullscreen
SliderItem
SourceCode
Star
Step
StepGenerator
StepGeneratorDragDrop
Suggestion
Table
TextWriter
Timeline
Water404

Available functions

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

For mor details visit

http://react-revolution.byethost33.com

Keywords

FAQs

Package last updated on 12 May 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