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#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- Modules
- HeroUI
- HeroUI.
Accordion - HeroUI.
Alert - HeroUI.
Autocomplete - HeroUI.
Avatar - HeroUI.
Badge - HeroUI.
Breadcrumbs - HeroUI.
Button - HeroUI.
Calendar - HeroUI.
Card - HeroUI.
Checkbox - HeroUI.
Chip - HeroUI.
Code - HeroUI.
DateInput - HeroUI.
DatePicker - HeroUI.
Divider - HeroUI.
Drawer - HeroUI.
Dropdown - HeroUI.
Form - HeroUI.
Image - HeroUI.
Input - HeroUI.
InputOTP - HeroUI.
Internal - HeroUI.
Kbd - HeroUI.
Link - HeroUI.
Listbox - HeroUI.
Modal - HeroUI.
Navbar - HeroUI.
NumberInput - HeroUI.
Pagination - HeroUI.
Popover - HeroUI.
Progress - HeroUI.
Provider - HeroUI.
Radio - HeroUI.
Raw - HeroUI.
Ripple - HeroUI.
ScrollShadow - HeroUI.
Select - HeroUI.
Skeleton - HeroUI.
Slider - HeroUI.
Snippet - HeroUI.
Spacer - HeroUI.
Spinner - HeroUI.
Switch - HeroUI.
Table - HeroUI.
Tabs - HeroUI.
Toast - HeroUI.
Tooltip - HeroUI.
Types - HeroUI.
User