0.1.1 • Published 6 years ago

react-acrylic v0.1.1

Weekly downloads
6
License
MIT
Repository
github
Last release
6 years ago

npm version

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.

Layer

Live Demo

Edit 6xp9vyjj23

https://6xp9vyjj23.codesandbox.io/

Usage

import React, { Component } from 'react'
Import Acrylic from 'react-acrylic'

class YourComponent extends Component {
  render() {
    <Acrylic
      colorOverlay='#eee'
      opacity='0.4'

      position='fixed'
      top='100px'
      left='100px'
      width='300px'
      height='200px'

      blur={40}
      borderRadius='2px'
      borderRadius='2px'
    >
      <span>Hello Acrylic</span>
    </Acrylic>
  }
}

Props

PropsDefault value
position'fixed',
left0,
top0,
width0,
height0,
colorOverlay'#fff'
opacity0.5
borderRadius0
boxShadownull
blur30