Skip to content

A modular and reusable components library for React projects based on styled-components

Notifications You must be signed in to change notification settings

AndreaCitrolo/cascade-carousel

 
 

Repository files navigation

cascade-carousel

Image sliding made easy

NPM JavaScript Style Guide

Warning

The code in this repository is experimental and highly unstable we discourage anyone to use it even for non business critical applications.

Install

npm install --save @thesoftwareacademy.it/carousel

Usage

import React, { Component } from 'react'

import MyComponent from 'carousel'
import 'carousel/dist/index.css'

class Example extends Component {
  render() {
    return <MyComponent />
  }
}

License

MIT © AndreaCitrolo

About

A modular and reusable components library for React projects based on styled-components

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 90.6%
  • HTML 7.6%
  • CSS 1.8%