@lafabrica/landing
v0.2.1
Published
A landing page structure that can be used to spin up quick validation pages
Downloads
13
Readme
landing
A landing page structure that can be used to spin up quick validation pages
Install
npm install --save landing
Usage
import React, { Component } from 'react'
import MyComponent from 'landing'
import 'landing/dist/index.css'
class Example extends Component {
render() {
return <MyComponent />
}
}