Vue SocialButtons - Soft UI
PROSocial Media Buttons are clickable icons displayed on web pages to allow website visitors to share content on their personal social networking profiles. Our examples provide different styles for creating a social media button.
Demo
Use this example to create a simple Facebook social button with text.
Props Information
Name | Type | Default | Description |
---|---|---|---|
size | 'sm''md''lg' | Change the SoftSocialButton size. | |
icon* | String | Used to set icon to the SoftSocialButton component. | |
iconOnly | bool | false | If true the SoftSocialButton will have same width andheight values, its useful when using only icon inside the SoftSocialButton component. |
socialBtn* | 'facebook''twitter''instagram''linkedin''pinterest''youtube''github''vimeo''slack''dribbble''reddit''tumblr' | white | Used to set the background of SoftSocialButton with the same icon brand color. |
rounded | bool | false | If true the SoftSocialButton get a rounded or circular shape. |
slot | node | The SoftSocialButton has a default slot that you can pass node or content inside it. |
Icon Only Social Button
Use this example to create a simple and versatile Twitter social button with icon (only).
Circular Social Button
Use this example to create a circular Instagram social button with icon (only).