@front10/landing-page-book
Version:
A react library for landing page
14 lines (12 loc) • 694 B
Markdown
# Link
[](https://github.com/RichardLitt/standard-readme)
## Properties
| </br>Name | </br>Type | </br>Summary | </br>Default |
| ---- | ---- | ---- | ---- |
| children | `union` | Elements to show inside of Links | `null` |
| className | `string` | CSS Class to apply to button. | `''` |
| disabled | `bool` | Disable or enable button. | `false` |
| href<font color="red">*</font> | `string` | Link to open. | |
| style | `objectOf` | Css style applied to the component | `null` |
| target | `string` | Target of link. | `''` |
| tooltip | `string` | Button tooltip. | `''` |