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