@caldwell619/mui-inline-suggest
TypeScript icon, indicating that this package has built-in type declarations

1.3.2 • Public • Published

Material UI Inline Suggest Text Field

A tiny component to provide the auto complete / suggestions similar to a terminal.

Took a lot of inspiration from react-inline-suggest, That repo has been archived, and the last publish was 4 years ago.

Demo

https://christopher-caldwell.github.io/mui-inline-suggest

Install

yarn add @caldwell619/mui-inline-suggest
# or
npm install --save @caldwell619/mui-inline-suggest

Usage

import { InlineSuggest } from '@caldwell619/mui-inline-suggest'

const Component = () => (
  <InlineSuggest
    textFieldProps={{ label: 'Test!', variant: 'outlined' }}
    suggestions={['hYEY!']}
  />
)

License

MIT © christopher-caldwell

Readme

Keywords

none

Package Sidebar

Install

npm i @caldwell619/mui-inline-suggest

Weekly Downloads

1

Version

1.3.2

License

MIT

Unpacked Size

22.7 kB

Total Files

31

Last publish

Collaborators

  • caldwell619