JS API
The Figure
component extends the Transition
primitive and implements the withMountWhenInView
decorator. It inherits their respective APIs, so make sur have a look at them.
Options
lazy
- Type:
boolean
- Default:
false
Use this options to enable lazy loading while reading the source from the data-src
attribute of the img
ref.
Refs
img
- Type:
HTMLImageElement
The Figure
component should have a ref corresponding to its inner <img />
element.