1.4.2 • Published 1 year ago

@saas-ui/search-input v1.4.2

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

@saas-ui/search-input

A Search Input component for Chakra UI

Todo

This package is still in development and might not work 100% as expected. If you find any issues, please open an issues here on Github.

  • Add tests

Installation

$ yarn add @saas-ui/search-input

#or

$ npm i @saas-ui/search-input --save

Usage

import { SearchInput } from '@saas-ui/search-input'

export default const App = () => {
  const [value, setValue] = useState(null)

  const onChange = (e) => {
    setValue(e.target.value)
  }

  const onReset = () => {
    setValue(null)
  }

  return (
    <Box>
      <SearchInput onChange={onChange} onReset={onReset} value={value} />
    </Box>
  )
}

License

MIT - Appulse Software

1.4.2

1 year ago

1.4.1

1 year ago

1.4.0

1 year ago

1.2.0

2 years ago

1.3.0

1 year ago

1.1.1

2 years ago

1.1.0

2 years ago

1.0.0

2 years ago

1.0.0-rc.3

2 years ago

1.0.0-rc.4

2 years ago

0.6.0-next.1

2 years ago

0.6.0-next.0

2 years ago

0.6.0-next.3

2 years ago

0.6.0-next.2

2 years ago

0.6.0-next.4

2 years ago

1.0.0-rc.1

2 years ago

1.0.0-rc.2

2 years ago

1.0.0-rc.0

2 years ago

0.5.2

2 years ago

0.5.1

2 years ago

0.5.0-next.0

2 years ago

0.5.0

2 years ago

0.3.0

2 years ago

0.2.1

2 years ago

0.2.0

2 years ago

0.2.3

2 years ago

0.4.0

2 years ago

0.3.1

2 years ago

0.2.2

2 years ago

0.2.4

2 years ago

0.1.0

2 years ago