Skip to main content
Version: 7.0.0

Fader

A gradient fading overlay to render on top of overflowing content (like scroll component)
(code example)

Usage

Live Editor
<Fader visible={isVisible} position={Fader.position.BOTTOM}/>
Result
Loading...

API

position

The position of the fader (the image is different) START | END | TOP | BOTTOM

size

change the size of the fade view number

tintColor

Change the tint color of the fade view string

visible

Whether the fader is visible (default is true) boolean