Vue Social Button - Material
PROThe MaterialSocialButton component provides different styles for creating a social media button.
Demo
Props Information
| Name | Type | Default | Description |
|---|---|---|---|
| route | String | Used to set route to the MaterialSocialButton component. | |
| color* | '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. | |
| component* | String | Used to set icon to the MaterialSocialButton component. It is a required prop. | |
| label | String | Used to set label 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. |
| rounded | bool | false | If true the MaterialSocialButton will get a rounded or circular shape. |