whippersnapper
v0.0.27
Published
A React component library, a liar and a thief, immortal in kind, nothing if not futile and ephemeral in effect, an upstart.
Downloads
29
Readme
Fruits fail, and love dies, and time ranges; and only the whippersnapper (that fool of Time) endureth for ever.
Whippersnapper
A little React component library.
Usage
Bring it in:
npm i --save whippersnapper
Then use it in your ReactJS project:
import React from 'react'
import ReactDOM from 'react-dom'
const Hey = require('whippersnapper/lib/react/Hey.js')
class Thing extends React.Component {
render() {
return (
<div>
<Hey />
</div>
)
}
}
ReactDOM.render(<Thing />, document.getElementById('app'))