vue-essential-slices
Version:
A set of professionally made, accessible Vue components, linked to a (Prismic) backend
20 lines (16 loc) • 1.22 kB
Markdown
# Customer Logos Section
### Purpose of the component
This component allows you to easily create a beautifully styled responsive section for showcasing companies and customers that you've worked with.
### Variations
1. Default
This default version on the component is the only variation.
### Properties
```
| Property | Type | Repeatable | Description | Required | Default |
| ------------------ | -------------------- | -----------| -------------------------------------- | -------- | ---------------- |
| eyebrow_headline | RichText \|\| String | false | A short headline for the slice | true | -- |
| link | String \|\| URL | true | Url that will be used to redirect user | false | https://test.com |
| logo | Key Text \|\| String | true | A image field for company logo | true | -- |
| call_to_action | Key Text \|\| String | false | A label for the CTA | true | -- |
| call_to_action_link| String \|\| URL | false | Call to action link | false | https://test.com |
```