@front10/landing-page-book
Version:
A react library for landing page
13 lines (11 loc) • 838 B
Markdown
# Browser
[](https://github.com/RichardLitt/standard-readme)
## Properties
| </br>Name | </br>Type | </br>Summary | </br>Default |
| ---- | ---- | ---- | ---- |
| className | `string` | Component class name | `''` |
| showBrowserVendor | `bool` | Define if the browser name is displayed | `true` |
| showBrowserVersion | `bool` | Define if the browser version is displayed | `true` |
| style | `objectOf` | Css style applied to the component | `null` |
| vendor | `string` | Vendor of button. Can be <code>'firefox'</code>, <code>'chrome'</code>, <code>'iexplore'</code>, <code>'safari'</code>, <code>'opera'</code>, <code>'maxthon'</code>, <code>'flock'</code> | `''` |
| version | `string` | Version of browser | `''` |