React Material UI Testimonials with Transition Easy to Use component
npm install react-materialui-testimonials-transitionReact Material UI Testimonials Package provides Easy-to-Use Material UI Card and Paper components generating Testimonial component. Testimonial Package works with independent props i.e image, title, subtitle and testimonial.
1. Works with independent props i.e image, title, subtitle and testimonial
2. Supports solid and gradient background passed as props
3. Controlable transition (You can turn off with transition={false})
4. Adjustable transition parameters such as transition speed and transition direction
  
``bash`
npm install --save react-materialui-testimonials-transition
`jsx
import React, { Component } from 'react'
import { SlideTestimonial } from 'react-materialui-testimonials-transition'
class Example extends Component {
render() {
return (
alt='Arif Shariati'
imageRadius='50%'
title='Arif Shariati'
subtitle='CEO'
testimonial={'Awesome React Material UI Testimonial component Package'}
backgroundGradient={['#FE6B8B', '#FF8E53']}
backgroundColor='#f9f9f9'
transition={true}
direction='left'
speed={1000}
shadow={5}
/>
)
}
}
`
`jsx`
alt='Arif Shariati'
imageRadius='50%'
title='Arif Shariati'
subtitle='CEO'
testimonial={'Awesome React Material UI Testimonial component Package'}
backgroundGradient={['#FE6B8B', '#FF8E53']}
backgroundColor='#f9f9f9'
transition={true}
direction='left'
speed={1000}
shadow={5}
/>
`jsx`
alt='Arif Shariati'
imageRadius='50%'
title='Arif Shariati'
subtitle='CEO'
testimonial={'Awesome React Material UI Testimonial component Package'}
backgroundGradient={['#FE6B8B', '#FF8E53']}
backgroundColor='#f9f9f9'
transition={true}
speed={1000}
shadow={5}
/>
`jsx`
alt='Arif Shariati'
imageRadius='50%'
title='Arif Shariati'
subtitle='CEO'
testimonial={'Awesome React Material UI Testimonial component Package'}
backgroundGradient={['#FE6B8B', '#FF8E53']}
backgroundColor='#f9f9f9'
transition={true}
speed={1000}
shadow={5}
/>
`jsx`
alt='Arif Shariati'
imageRadius='50%'
title='Arif Shariati'
subtitle='CEO'
testimonial={'Awesome React Material UI Testimonial component Package'}
backgroundGradient={['#FE6B8B', '#FF8E53']}
backgroundColor='#f9f9f9'
transition={true}
speed={1000}
shadow={5}
/>
`bash``
npm update
MIT © arifshariati