@front10/landing-page-book
Version:
A react library for landing page
11 lines (9 loc) • 518 B
Markdown
# TextBox
[](https://github.com/RichardLitt/standard-readme)
## Properties
| </br>Name | </br>Type | </br>Summary | </br>Default |
| ---- | ---- | ---- | ---- |
| className | `string` | Class to applay to component | `null` |
| style | `objectOf` | Css style applied to the component | `null` |
| text | `string` | Text to show as content. | `''` |
| title | `string` | Text to show as title. | `''` |