Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@aria-ui/combobox

Package Overview
Dependencies
Maintainers
1
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@aria-ui/combobox

## ComboboxEmpty

  • 0.0.10
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
31
decreased by-53.03%
Maintainers
1
Weekly downloads
 
Created
Source

@aria-ui/combobox

ComboboxEmpty

ComboboxEmptyElement

A custom ComboboxEmpty element.

new ComboboxEmptyElement(): ComboboxEmptyElement

useComboboxEmpty()

function useComboboxEmpty(element: ConnectableElement): void;

ComboboxItem

ComboboxItemElement

A custom ComboboxItem element.

Properties: ComboboxItemProps

new ComboboxItemElement(props?: Partial<ComboboxItemProps>): ComboboxItemElement

ComboboxItemProps

PropertyTypeDescription
onSelectnull | VoidFunctionThe function to call when the item is selected.

Default
null
valuestringThe value of the item. Every item must have a unique value in the parent
list.

Default
""

useComboboxItem()

function useComboboxItem(
  element: ConnectableElement,
  props?: Partial<ComboboxItemProps>,
): SignalState<ComboboxItemProps>;

ComboboxList

ComboboxListElement

A custom ComboboxList element.

new ComboboxListElement(): ComboboxListElement

useComboboxList()

function useComboboxList(element: ConnectableElement): void;

ComboboxRoot

ComboboxRootElement

A custom ComboboxRoot element.

new ComboboxRootElement(): ComboboxRootElement

useComboboxRoot()

function useComboboxRoot(element: ConnectableElement): void;

FAQs

Package last updated on 14 Apr 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc