@xyshaokang/autocomplete
TypeScript icon, indicating that this package has built-in type declarations

1.0.2 • Public • Published

Autocomplete

storybook npm version Release

安装

npm install @xyshaokang/autocomplete

使用

import Autocomplete from '@xyshaokang/autocomplete'

function App() {
  const options = ['126', '124', '125', '234', '2345']
  return <Autocomplete options={options} placeholder="type text" />
}

export default App

Readme

Keywords

none

Package Sidebar

Install

npm i @xyshaokang/autocomplete

Weekly Downloads

2

Version

1.0.2

License

MIT

Unpacked Size

527 kB

Total Files

8

Last publish

Collaborators

  • xyshaokang