jlc-react-typeahead

React Custom Typeahead Component

Usage no npm install needed!

<script type="module">
  import jlcReactTypeahead from 'https://cdn.skypack.dev/jlc-react-typeahead';
</script>

README

jlc-react-typeahead

Made with create-react-library

NPM JavaScript Style Guide

Install

npm install --save jlc-react-typeahead

Usage

import React, { Component } from 'react'

import MyComponent from 'jlc-react-typeahead'
import 'jlc-react-typeahead/dist/index.css'

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

License

MIT © [Jorge Corradi](https://github.com/Jorge Corradi)