1.0.2 • Published 5 years ago
@grantkayes/cactusjs v1.0.2
cactusjs
A components library for loading pages
Install
npm install --save cactusjs
Usage
import React, { Component } from 'react'
import MyComponent from 'cactusjs'
class Example extends Component {
render () {
return (
<MyComponent />
)
}
}
License
MIT © grantkayes