react-auto-complete

0.0.4 • Public • Published

Install

npm install react-auto-complete

Usage

...
React.create-element do
    AutoComplete
    value: @state.selected-fruit
    options: <[apple banana grapes strawberry pineapple orange mango]> 
        |> map (fruit) -> {label: fruit, value: fruit}
    on-change: (value) ~> @set-state selected-fruit: value
...

Readme

Keywords

none

Package Sidebar

Install

npm i react-auto-complete

Weekly Downloads

2

Version

0.0.4

License

ISC

Last publish

Collaborators

  • furqan.zafar