Module

HeroUI.Listbox

Package
purescript-yoga-heroui
Repository
rowtype-yoga/purescript-yoga-heroui

#ListboxProps Source

type ListboxProps :: Row Type -> Row Typetype ListboxProps r = (autoFocus :: Foreign, bottomContent :: JSX, className :: String, classNames :: Foreign, color :: Color, defaultSelectedKeys :: Array String, disableAnimation :: Boolean, disabledKeys :: Array String, disallowEmptySelection :: Boolean, emptyContent :: JSX, hideEmptyContent :: Boolean, hideSelectedIcon :: Boolean, isVirtualized :: Boolean, itemClasses :: Foreign, items :: Foreign, onAction :: EffectFn1 Foreign Unit, onSelectionChange :: EffectFn1 Foreign Unit, selectedKeys :: Array String, selectionBehavior :: SelectionBehavior, selectionMode :: SelectionMode, shouldFocusWrap :: Boolean, shouldHighlightOnFocus :: Boolean, topContent :: JSX, variant :: Variant, virtualization :: Foreign | r)

#listbox Source

listbox :: forall givenProps nonDataProps kids. IsJSX kids => CoerceReactProps (Record givenProps) (Record nonDataProps) (Record (ListboxProps ())) => Record givenProps -> kids -> JSX

#ListboxSectionProps Source

type ListboxSectionProps :: Row Type -> Row Typetype ListboxSectionProps r = (className :: String, classNames :: Foreign, dividerProps :: Foreign, hideSelectedIcon :: Boolean, itemClasses :: Foreign, items :: Foreign, showDivider :: Boolean, title :: String | r)

#listboxSection Source

listboxSection :: forall givenProps nonDataProps kids. IsJSX kids => CoerceReactProps (Record givenProps) (Record nonDataProps) (Record (ListboxSectionProps ())) => Record givenProps -> kids -> JSX

#ListboxItemProps Source

type ListboxItemProps :: Row Type -> Row Typetype ListboxItemProps r = (className :: String, classNames :: Foreign, description :: JSX, download :: Foreign, endContent :: JSX, hideSelectedIcon :: Boolean, href :: String, isDisabled :: Boolean, isReadOnly :: Boolean, isSelected :: Boolean, key :: String, onAction :: EffectFn1 Foreign Unit, onClick :: EventHandler, onKeyDown :: EventHandler, onKeyUp :: EventHandler, onPress :: EventHandler, onPressChange :: EffectFn1 Boolean Unit, onPressEnd :: EventHandler, onPressStart :: EventHandler, onPressUp :: EventHandler, ping :: String, referrerPolicy :: String, rel :: String, selectedIcon :: Foreign, shortcut :: JSX, shouldHighlightOnFocus :: Boolean, showDivider :: Boolean, startContent :: JSX, target :: String, textValue :: String, title :: JSX | r)

#listboxItem Source

listboxItem :: forall givenProps nonDataProps kids. IsJSX kids => CoerceReactProps (Record givenProps) (Record nonDataProps) (Record (ListboxItemProps ())) => Record givenProps -> kids -> JSX