README
wood
Generalized React Component
Installation • Illustration • Introduction
Installation
npm install @7rabbit/wood
Illustration
import wood from '@7rabbit/wood'
export default props => {
return <wood width={50} height={50} shade='black'/>
}