niftinessafoot / autocomplete

React component providing selectable auto-fill dropdown under a text input.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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']} />;

About

React component providing selectable auto-fill dropdown under a text input.

License:MIT License


Languages

Language:JavaScript 72.8%Language:TypeScript 24.0%Language:SCSS 3.3%