LandingQuote

Overview

The LandingQuote component is designed to display a styled quote with optional author details and an avatar.

import LandingQuote from '@/components/blocks/landing/landing-quote/LandingQuote.vue';

Props

The LandingQuote component accepts the following props

Required Props

  1. content (string)
    • Description: The text content of the quote.
  2. author (string)
    • Description: The name of the person who authored the quote.

Optional Props

  1. avatar (ImageProps)
    • Description: An optional avatar image for the author.
  2. asideInfo (string)
    • Description: Additional information about the author displayed next to their name.
  3. filled (string)
    • Description: Fill the section with background
    • Default: true
Table of Contents