0.0.1 • Published 3 years ago

landing-ui v0.0.1

Weekly downloads
8
License
MIT
Repository
github
Last release
3 years ago

landing-ui

React Components for building landing pages quickly

NPM JavaScript Style Guide

Install

npm install --save landing-ui

Usage

import React, { Component } from 'react'

import MyComponent from 'landing-ui'
import 'landing-ui/dist/index.css'

class Example extends Component {
  render() {
    return <MyComponent />
  }
}

License

MIT © pranavnt

0.0.1

3 years ago

1.0.0

3 years ago