qp-react-ui

2.0.2 • Public • Published

QP React UI Kit

Installation:

npm i --save qp-react-ui

or

yard add qp-react-ui

Components

Search

Usage

import React from 'react'
import { Search } from 'qp-react-ui'
 
const App = () => (
  <Search
    API_KEY='' // string
    onWellSelect={(chosenWell) => { console.log(chosenWell) }}
  />
)

Readme

Keywords

none

Package Sidebar

Install

npm i qp-react-ui

Weekly Downloads

5

Version

2.0.2

License

MIT

Unpacked Size

161 kB

Total Files

45

Last publish

Collaborators

  • emiphil