material-ui-carousel
v1.0.0
Published
A simple slideshow carousel with images and caption for Material UI (React)
Readme
material-ui-carousel
A simple slideshow carousel with images and caption for Material UI (React)
Install
npm install --save material-ui-carouselUsage
import React, { Component } from 'react'
import MyComponent from 'material-ui-carousel'
class Example extends Component {
render () {
return (
<MyComponent />
)
}
}License
MIT © Almaju
