VsudSocialButton
PROThe VsudSocialButton component provides different styles for creating a social media button.
Demo
Props Information
| Name | Type | Default | Description |
|---|---|---|---|
| size | 'sm''md''lg' | Change the VsudSocialButton size. | |
| icon* | String | Used to set icon to the VsudSocialButton component. | |
| iconOnly | bool | false | If true the VsudSocialButton will have same width andheight values, its useful when using only icon inside the VsudSocialButton component. |
| socialBtn* | 'facebook''twitter''instagram''linkedin''pinterest''youtube''github''vimeo''slack''dribbble''reddit''tumblr' | white | Used to set the background of VsudSocialButton with the same icon brand color. |
| rounded | bool | false | If true the VsudSocialButton get a rounded or circular shape. |
| slot | node | The VsudSocialButton has a default slot that you can pass node or content inside it. |