JSPM

  • Created
  • Published
  • Downloads 1092
  • Score
    100M100P100Q95583F
  • License MIT

A performant react-carousel powered by react-spring

Package Exports

  • react-spring-carousel-js

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-spring-carousel-js) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

react-spring-carousel

A performant react-carousel powered by react-spring

NPM JavaScript Style Guide

Install

npm install --save react-spring-carousel

Usage

import React, { Component } from 'react'

import MyComponent from 'react-spring-carousel'
import 'react-spring-carousel/dist/index.css'

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

License

MIT © Emiliano-Bucci