@ied/search-bar

1.0.1 • Public • Published

Badge

Install

yarn add @ied/search-bar

Use

import SearchBar from '@ied/search-bar'

<SearchBar onChange={() => {}} autoFocus placeholder="Search..." />

Types

type Props = {
  placeholder?: string,
  onChange: (value: string) => void,
  autoFocus?: boolean,
  dark?: boolean,
  style?: {},
  className?: string,
}

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.1
    1
    • latest

Version History

Package Sidebar

Install

npm i @ied/search-bar

Weekly Downloads

1

Version

1.0.1

License

MIT

Unpacked Size

35.5 kB

Total Files

7

Last publish

Collaborators

  • vibbou
  • lfalorni