@snack-uikit/search-private
TypeScript icon, indicating that this package has built-in type declarations

0.4.4 • Public • Published

Search Private

Installation

npm i @snack-uikit/search-private

Changelog

SearchPrivate

Props

name type default value description
size enum Size: "s", "m", "l" s Размер
loading boolean - Состояние загрузки
onSubmit (value: string) => void - Колбек на подтверждение поиска по строке
className string - CSS-класс
tabIndex number -
value string - Значение input
onChange (value: string, e?: ChangeEvent<HTMLInputElement>) => void - Колбек смены значения
placeholder string - Значение плейсхолдера
onFocus FocusEventHandler<HTMLInputElement> - Колбек обработки получения фокуса
onBlur FocusEventHandler<HTMLInputElement> - Колбек обработки потери фокуса
onKeyDown KeyboardEventHandler<HTMLInputElement> - Колбек обработки нажатия клавиши клавиатуры
ref LegacyRef<HTMLInputElement> - Allows getting a ref to the component instance. Once the component unmounts, React will set ref.current to null (or call the ref with null if you passed a callback ref). @see {@link https://react.dev/learn/referencing-values-with-refs#refs-and-the-dom React Docs}
key Key -

Readme

Keywords

none

Package Sidebar

Install

npm i @snack-uikit/search-private

Weekly Downloads

799

Version

0.4.4

License

Apache-2.0

Unpacked Size

43.5 kB

Total Files

37

Last publish

Collaborators

  • yetihead
  • cloud-ru-tech
  • agrigorii