React Acrylic
Frost glass effect, Acrylic Material react component
Inspired by Fluent Design's Acrylic Material
This one uses html2canvas
, which takes dynamic ‘screenshots’ of the content to blur.
Live Demo
https://6xp9vyjj23.codesandbox.io/
Usage
import React Component from 'react'Import Acrylic from 'react-acrylic' { <Acrylic ='#eee' ='0.4' ='fixed' ='100px' ='100px' ='300px' ='200px' = ='2px' ='2px' > <span>Hello Acrylic</span> </Acrylic> }
Props
Props | Default value |
---|---|
position |
'fixed' , |
left |
0 , |
top |
0 , |
width |
0 , |
height |
0 , |
colorOverlay |
'#fff' |
opacity |
0.5 |
borderRadius |
0 |
boxShadow |
null |
blur |
30 |