2.0.2 • Published 8 years ago
gl-react-temperature v2.0.2
gl-react-temperature
 
Props
children(required): the content to negate.temp: optionally the intensity of the effect. 0 is disabled, this input scales from 1000 to 40000 kelvin.
Usage Examples
var Temperature = require("gl-react-temperature").Temperature;
// or
import {Temperature} from "gl-react-temperature";<Temperature>...</Temperature><Temperature temp={1500}>...</Temperature>