@butterwith/mesh-gradients
v0.0.2
Published
[![npm version](https://badge.fury.io/js/%40butterwith%2Fmesh-gradients.svg)](https://badge.fury.io/js/%40butterwith%2Fmesh-gradients)
Downloads
4
Readme
@butterwith/mesh-gradients
A React component for adding mesh gradient backgrounds to your components.
Built using React.
Installation
> yarn add --dev @butterwith/mesh-gradients
Usage
import MeshGradient from '@butterwith/mesh-gradients';
render() {
return (<MeshGradient
meshName="default"
/>)
}