@vubrussel/vub_tailwind
Version:
Vue and Tailwind CSS based frontend components with VUB specific layout.
16 lines (10 loc) • 701 B
Markdown
# VUBFooter
## Props
<!-- @vuese:VUBFooter:props:start -->
|Name|Description|Type|Required|Default|
|---|---|---|---|---|
|sections|optional quick links, organised in sections```{title: Stringlinks: [{title: String,url: String}]}```|`Array`|`false`||
|contactInfo|customize contact info```{title: 'Pleinlaan 2, 1050 Brussel',contact: {title: 'Contact',url: 'https://www.vub.be/en/contact'},privacy: {title: 'Privacy',url: 'https://www.vub.be/en/privacy-policy-vub'}}```|`Object`|`false`|[object Object]|
|social|should the social links be displayed|`Boolean`|`false`|false|
|contact|should the contact info be displayed|`Boolean`|`false`|false|
<!-- @vuese:VUBFooter:props:end -->