landing-page-react
v0.1.0
Published
React component library to quickly create landing pages.
Downloads
79
Maintainers
Readme
landing-page-react
React component library to quickly create landing pages.
Install
npm install --save landing-page-react
Usage
import React, { Component } from 'react'
import MyComponent from 'landing-page-react'
class Example extends Component {
render () {
return (
<MyComponent />
)
}
}
License
MIT © HaysS