@niftinessafoot/autocomplete
v0.2.1
Published
React component providing selectable auto-fill dropdown under a text input.
Downloads
2
Maintainers
Readme
AutoComplete
Usage
// Import the base module into your react app.
import AutoComplete from './AutoComplete';
// Import the optional base stylesheet.
import '@niftinessafoot/autocomplete/styles.css';
<AutoComplete title="Lunch" data={['one', 'two', 'three']} />;