1.0.0 • Published 5 years ago

material-ui-carousel v1.0.0

Weekly downloads
45
License
MIT
Repository
github
Last release
5 years ago

material-ui-carousel

A simple slideshow carousel with images and caption for Material UI (React)

NPM JavaScript Style Guide

Install

npm install --save material-ui-carousel

Usage

import React, { Component } from 'react'

import MyComponent from 'material-ui-carousel'

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

License

MIT © Almaju