UNPKG

@front10/landing-page-book

Version:
16 lines (14 loc) 819 B
# Image [![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 | | ---- | ---- | ---- | ---- | | 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` |