@front10/landing-page-book
Version:
A react library for landing page
16 lines (14 loc) • 819 B
Markdown
# Image
[](https://github.com/RichardLitt/standard-readme)
## Properties
| </br>Name | </br>Type | </br>Summary | </br>Default |
| ---- | ---- | ---- | ---- |
| alt<font color="red">*</font> | `string` | Image alt. | |
| border | `bool` | Show or hide image borders. | `false` |
| className | `string` | CSS class to apply to image. | `'img-fluid'` |
| rounded | `bool` | Show circled image. | `false` |
| shadow | `bool` | Define if image is show with shadow. | `false` |
| src<font color="red">*</font> | `union` | Image source. | |
| style | `objectOf` | Css style applied to the component | `null` |
| tooltip | `string` | Image tooltip. | `''` |
| width | `string` | Image width. | `undefined` |