@front10/landing-page-book
Version:
A react library for landing page
13 lines (11 loc) • 629 B
Markdown
# Gif
[](https://github.com/RichardLitt/standard-readme)
## Properties
| </br>Name | </br>Type | </br>Summary | </br>Default |
| ---- | ---- | ---- | ---- |
| autoplay | `bool` | Define if gif is auto play | `false` |
| className | `string` | Class of the component | `''` |
| image | `string` | Image gif url | `''` |
| onPlayPause | `func` | Called when gif is payed or paused | `() => {}` |
| preview | `string` | Initial image url | `''` |
| style | `objectOf` | Css style applied to the component | `null` |