1.3.2 • Published 2 years ago

@caldwell619/mui-inline-suggest v1.3.2

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

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

1.3.2

2 years ago

1.3.1

2 years ago

1.2.0

3 years ago

1.3.0

3 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago