# Testimoniales

Componentes para mostrar testimoniales de los clientes.

# Testimonial 01

# Imagen

Testimonial 01

# Código

---
testimonial01Title: '“La atención y calidad de los doctores es la mejor. Sea la hora que sea, ellos te reciben con amabilidad y te brindan un diagnóstico certero.”'
testimonial01Name: Joseline Ramos
testimonial01Text: Maestra
backgroundTestimonialColor: '#26A7B4'
textTestimonialColor: '#26A7B4'
---

<testimonial-01 id="testimonios" :title="testimonial01Title" :color="backgroundTestimonialColor" :color-text="textTestimonialColor" :name="testimonial01Name" :text="testimonial01Text" ></testimonial-01>

# Parámetros

Nombre Descripción Tipo
title Texto a mostrar String
color Define el color de fondo del ícono String
color-text Define el color del nombre del testimonio String
name Nombre del testimonio String
text Ocupación del testimonio String

# Ejemplo

link (opens new window)

# Testimonial 02

# Imagen

Testimonial 02

# Código

---
testimonial02Title: 'TESTIMONIALES'
testimonial02Card:
  - text: 'Estudiar aquí me ha ayudado a desarrollar muchas de mis aptitudes académicas.'
    avatar: /img/RedPlanet_Escuelas_Testimoniales_Slide1_800x800_V1.png
    name: 'Andrea Galindo'
    occupation: 'Estudiante'
    color: '#0D866F'
  - text: 'La institución me preparó mucho para el siguiente nivel. Les agradezco por todo.'
    avatar: /img/RedPlanet_Escuelas_Team_Slide4_270x322_V1.png
    name: 'Luis Miranda'
    occupation: 'Egresado'
    color: '#0D866F'
  - text: 'Trabajar aquí me llena de gratitud. Disfruto de trabajar con todos los alumnos.'
    avatar: /img/RedPlanet_Escuelas_Testimoniales_Slide3_800x800_V1.png
    name: 'Gloria Méndez'
    occupation: 'Profesora'
    color: '#0D866F'
---

<testimonial-02 :title="testimonial02Title" :cards="testimonial02Card"></testimonial-02>

# Parámetros

Nombre Descripción Tipo
title Título del componente String
cards Testimonios a mostrar Array
text Texto del testimonio String
avatar Avatar del testimonio String
name Nombre del testimonio String
occupation Ocupación del testimonio String
color Define el color del nombre del testimonio String

# Ejemplo

link (opens new window)