@front10/landing-page-book
Version:
A react library for landing page
13 lines (11 loc) • 1.1 kB
Markdown
# Social
[](https://github.com/RichardLitt/standard-readme)
## Properties
| </br>Name | </br>Type | </br>Summary | </br>Default |
| ---- | ---- | ---- | ---- |
| className | `string` | Class to apply. | `''` |
| directLink | `bool` | Indicates if it is redirected to a link within the social network or a floating window is displayed to share the link using the social network. | `true` |
| rounded | `bool` | Show buttons rounded or square. | `true` |
| style | `objectOf` | Css style applied to the component | `null` |
| type | `string` | Type of button. Possibles values are: <code>'email'</code>, <code>'facebook'</code>, <code>'google'</code>, <code>'linkedin'</code>, <code>'twitter'</code>, <code>'telegram'</code>, <code>'whatsapp'</code>, <code>'pinterest'</code>, <code>'vk'</code>, <code>'ok'</code>, <code>'reddit'</code>, <code>'tumblr'</code>, <code>'livejournal'</code>, <code>'email'</code>, <code>'viber'</code> | `'email'` |
| url | `string` | Url to share. | `''` |