Welcome
VCardSocial Props
Here is the full props available for <VCardSocial />
component:
Props | Default | Type |
---|---|---|
title required | undefined | string |
network required | undefined | facebook , twitter , linkedin , tumblr , github , dribbble , google-plus , youtube , reddit , invision , amazon , instagram |
avatar | undefined | string |
username | undefined | string |
placeholder | https://via.placeholder.com/1280x960 | string |
shareLabel | Share | string |
likeLabel | Like | string |
hashtags | [] | Array<string> |
VCardSocial Slots
Here is the full slots available for <VCardSocial />
component:
Slot | Properties | Description |
---|---|---|
#default | null | Main card content |
VCardSocial Events
Here is the full events available for <VCardSocial />
component:
Event | Callback | Description |
---|---|---|
@iconClick | () => void | Raised when a user click on the social icon |
@hashtagClick | (hashtag: string) => void | Raised when a user click on a hashtag item |
@share | () => void | Raised when a user click on the share button |
@like | () => void | Raised when a user click on the like button |