https://github.com/knowankit/react-testimonial
A bootstrap supported react library for adding testimonial
https://github.com/knowankit/react-testimonial
reactjs testimonial-carousel
Last synced: over 1 year ago
JSON representation
A bootstrap supported react library for adding testimonial
- Host: GitHub
- URL: https://github.com/knowankit/react-testimonial
- Owner: knowankit
- License: mit
- Created: 2019-11-09T18:08:31.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-10T08:42:43.000Z (over 3 years ago)
- Last Synced: 2025-03-16T17:22:31.501Z (over 1 year ago)
- Topics: reactjs, testimonial-carousel
- Language: JavaScript
- Homepage:
- Size: 1.38 MB
- Stars: 1
- Watchers: 0
- Forks: 2
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# react-testimonial
A bootstrap supported react library for adding testimonial
## Documentation
### Installation
**npm**
```bash
npm install react-testimonial --save
```
**yarn**
```bash
yarn add react-testimonial
```
### Example
```js
import React, { Component } from 'react'
import Testimonial from 'react-testimonial';
class TestimonialTest extend Component {
render(){
return {
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.
Abc
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.
Xyz
}
}
}
```
### Props
| Props Name | |
| -------------- |:---------------------------------------: |
| `timer` | `for changing the testimonial time` |
### Methods
Updating soon