1.0.0 • Published 5 years ago

react-testimonial v1.0.0

Weekly downloads
14
License
ISC
Repository
github
Last release
5 years ago

react-testimonial

A bootstrap supported react library for adding testimonial

Documentation

Installation

npm

npm install react-testimonial --save

yarn

yarn add react-testimonial

Example

import React, { Component } from 'react'
import Testimonial from 'react-testimonial';

class TestimonialTest extend Component {
    render(){
        return {
            <Testimonial>
                <div className="card content mx-auto" style={style}>
                    <div className="card-body">
                        <span>
                            I had the pleasure of working with him on an exciting project for over 18 months.
                            We have shared some highs, lows and some real head scratching moments.
                            He has been a real asset to the team and to me personally.
                        </span>
                        <p>Abc</p>
                    </div>
                </div>
                <div className="card content mx-auto" style={style}>
                    <div className="card-body">
                        <span>
                            He has been a real asset to the team and able to pick up new technologies quickly. He has a passion for all flavours of development and is a team player with an excellent attitude both in and outside of work.
                        </span>
                        <p>Xyz</p>
                    </div>
                </div>
            </Testimonial>
        }
    }
}

Props

Props Name
timerfor changing the testimonial time

Methods

Updating soon

1.0.0

5 years ago