Review
Choose our review component when you want to introduce subtle reviews to a page to encourage conversion. If you want a quote to be the sole focus then you might want to try using our ‘Blockquote’ component.
Basic Usage
import { Review, ReviewQuote, ReviewAuthor } from '@krakentech/coral';
<Review>
<ReviewQuote>
Very easy to upgrade our tariff and very competitively priced.
</ReviewQuote>
<ReviewAuthor stars={5}>Sharon and Roger Nesbit</ReviewAuthor>
</Review>Very easy to upgrade our tariff and very competitively priced.
Sharon and Roger Nesbit
Good to know
Choose a link when you want to redirect the user to an external site or to a document, this will usually precede or follow some text e.g “Don’t have an account? Sign up”. It is really important that link copy isn’t super vague, make it specific, clear and friendly.
Component breakdown
- Review: Body 1
- Author: Heading 5
- Text colour: Ice
- Item padding: 32px
- Line: Soho Lights
Last updated on