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