0.1.1 • Published 8 years ago
peachnut v0.1.1
peachnut
Reusable react components
Install
npm install --save peachnutUsage
import React, { Component } from 'react'
import MyComponent from 'peachnut'
class Example extends Component {
render () {
return (
<MyComponent />
)
}
}License
MIT © kitkat729