<legno-footer />
INFO
This component is only available as a Vue.js component.
<legno-footer :html-items="htmlItems" :items="items" :social-items="socialItems" />
data: { htmlItems: [{ "<div><p>Footerdata<br><strong>Lorem ipsum dolor sit</strong></p></div>", "<div><p>Footerdata<br><strong>Proin sodales quis</strong></p></div>",}, items: [ {text: "Some data: 123 456 789"}, {text: "Link", url: "#"}, {text: "Link", url: "#"}, {text: "© Legeforeningen"}], socialItems: [ { text: "Facebook", url: "facebook.com", icon: "legno-icon-like"}, { text: "Youtube", url: "Youtube.com", icon: "legno-icon-like"}] }
← LegnoDropdown LegnoGridCol →