1.4.2 • Published 2 years ago
@saas-ui/search-input v1.4.2
@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
2 years ago
1.4.1
2 years ago
1.4.0
2 years ago
1.2.0
3 years ago
1.3.0
3 years ago
1.1.1
3 years ago
1.1.0
3 years ago
1.0.0
3 years ago
1.0.0-rc.3
3 years ago
1.0.0-rc.4
3 years ago
0.6.0-next.1
3 years ago
0.6.0-next.0
3 years ago
0.6.0-next.3
3 years ago
0.6.0-next.2
3 years ago
0.6.0-next.4
3 years ago
1.0.0-rc.1
3 years ago
1.0.0-rc.2
3 years ago
1.0.0-rc.0
3 years ago
0.5.2
3 years ago
0.5.1
3 years ago
0.5.0-next.0
3 years ago
0.5.0
3 years ago
0.3.0
3 years ago
0.2.1
3 years ago
0.2.0
3 years ago
0.2.3
3 years ago
0.4.0
3 years ago
0.3.1
3 years ago
0.2.2
3 years ago
0.2.4
3 years ago
0.1.0
4 years ago