Testimonial
Customer testimonial cards with avatar, rating, and quote.
Type: "testimonial"
Customer testimonial cards with avatar, rating, and quote.
Props
| Field | Type | Default | Keterangan |
|---|---|---|---|
items | Array<object> | [{"name":"Pelanggan","rating":5,"quote":"Produk yang sangat bagus!"}] | Testimoni |
items[].name | string | — | Nama |
items[].avatar | string (image URL) | — | Foto (opsional) |
items[].rating | number (1–5) | — | Rating |
items[].quote | string | — | Ulasan |
Contoh
{
"id": "tes01abc",
"type": "testimonial",
"props": {
"items": [
{
"name": "Pelanggan",
"rating": 5,
"quote": "Produk yang sangat bagus!"
}
]
}
}