comment-carousel

v1.1.1arrow_drop_down
v1.1.1
v1.1.0
v1.0.3
v1.0.2
v1.0.1
v1.0.0
STATUS
Passing
DOWNLOADS
1,725
VISIBILITY
Public
PUBLISHED
4 years ago
SIZE
20 KB
A responsive carousel based on `react-slick`, showing real user testimonials.
1 contributor
Install comment-carousel as a package?
Copied
npm i @bit/bit.evangelist.marketing.comment-carousel
Set Bit as a scoped registryLearn more
npm config set '@bit:registry' https://node.bit.cloud
Component Example
React
React
Vue
Angular
React Native
Add dependency... help_outline
Just
import
any of the 1 million components
and packages in Bit or NPM to the example.
import Button from '@bit/grommet.grommet.button';
import Lodash from 'lodash';
toggle layout
modifieddraft
No preview available
modifieddraft
chevron_left
chevron_right
CommentCarousel ()

A responsive carousel based on react-slick, showing real user testimonials.

Example
const bitTestimonials = [
{ name: 'Barbra', description: 'Quality assurance', content: 'Better than 4/5 of the market', avatar: '...', }
{ name: 'Roberto', description: 'Upper middle management', content: 'Easy to carry, nice for meetings', avatar: '...', }
];

<CommentCarousel content={bitTestimonials} />
Properties
NameTypeDescription
content
(required)
Array

Testimonials show in the carousel. They include:

  • content - main txt
  • avatar - url to user’s image
  • name - owner name to display
  • description - owner sub title
slider
Settings

Props override for the ReactSlick carousel

Help and resources