vue-essential-slices
Version:
A set of professionally made, accessible Vue components, linked to a (Prismic) backend
20 lines (16 loc) • 1.25 kB
Markdown
# Call to action Section
### Purpose of the component
This component allows you to easily create a beautifully styled responsive call to action section. Install it in your project, add the model in your custom type and fill in the content in the document and your are ready to go.
### Variations
1. Default
This default version on the component is the only variation.
### Properties
```
| Property | Type | Repeatable | Description | Required | Default |
| ----------- | -------------------- | -----------| -------------------------------------- | -------- | ---------------- |
| icon_image | Image \|\| URL | false | An Icon image for the feature | true | -- |
| title | RichText \|\| String | false | A short title | true | -- |
| paragraph | RichText \|\| String | false | A short paragraph | true | -- |
| button_label| Key Text \|\| String | false | A label for the button input | true | -- |
| button_link | String \|\| URL | false | Url that will be used to redirect user | false | https://test.com |
```