Skip to content

st0ffern/gl-react-sepia

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gl-react-sepia Travis Commitizen friendly

Props

Greenkeeper badge

  • children (required): the content to negate.
  • sepia: optionally the intensity of the effect. 0 is normal. higher than 0 will add sepia.

Usage Examples

var Sepia = require("gl-react-sepia").Sepia;
// or
import {Sepia} from "gl-react-sepia";
<Sepia>...</Sepia>
<Sepia sepia={1.2}>...</Sepia>