UNPKG

@blueprintjs/select

Version:

Components related to selecting items from a list

9 lines (4 loc) 454 B
@# Omnibar `Omnibar<T>` is a macOS Spotlight-style typeahead component composing `Overlay` and `QueryList<T>`. Usage is similar to `Select<T>`: provide your items and a predicate to customize the filtering algorithm. The component is fully controlled via the `isOpen` prop, which means you can decide exactly how to trigger the component. The following example responds to a button and a hotkey. @reactExample OmnibarExample @interface IOmnibarProps