testimonial

v1.1.0arrow_drop_down
v1.1.0
v1.0.3
v1.0.2
v1.0.1
v1.0.0
STATUS
Passing
DOWNLOADS
1,678
VISIBILITY
Public
PUBLISHED
4 years ago
SIZE
4 KB
User testimonial.
1 contributor
Install testimonial as a package?
Copied
npm i @bit/bit.evangelist.marketing.testimonial
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
chevron_left
chevron_right
Testimonial ()

User testimonial. Showing a quote, user avatar, and name.

Example
<Testimonial active
data={{ name: 'Barbra', description: 'head of barbering', content: 'Great scissors!', avatar: '...', }}
/>
Properties
NameTypeDescription
active
boolean

Highlights current Testimonial. When false, testimonial will be half transparent.

data
(required)
TestimonialObj

Content of testimonial.

  • avatar - url to user’s avatar
  • name - owner username
  • description owner subtitle
Help and resources