UNPKG

@front10/landing-page-book

Version:
14 lines (12 loc) 694 B
# Link [![standard-readme compliant](https://img.shields.io/badge/standard--readme-OK-green.svg?style=flat-square)](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. | `''` |