Welcome
VCardAction
The <VCardAction />
component is a enhamcement and port to Vue of the classic bulma card component, a classy and easy way to display post-like content. The component has several props to pass in the content you want to display. Check the code example for more details.
Content
You can add content inside the <VCardAction />
component. It will act as any other component slot.

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Quibusnam praeteritis? At multis se probavit. Quoniam, si dis placet, ab Epicuro loqui discimus. Et ille ridens.

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Quibusnam praeteritis? At multis se probavit. Quoniam, si dis placet, ab Epicuro loqui discimus. Et ille ridens.
VCardAction Props
Here is the full props available for <VCardAction />
component:
Props | Default | Type |
---|---|---|
title required | undefined | string |
network required | undefined | facebook , twitter , linkedin , tumblr , github , dribbble , google-plus , youtube , reddit , invision , amazon , instagram |
radius | regular | regular , smooth , rounded |
avatar | undefined | string |
username | undefined | string |
placeholder | https://via.placeholder.com/1280x960 | string |
shareLabel | Share | string |
likeLabel | Like | string |
hashtags | [] | Array<string> |