Module
HeroUI.Breadcrumbs
- Package
- purescript-yoga-heroui
- Repository
- rowtype-yoga/purescript-yoga-heroui
#BreadcrumbsProps Source
type BreadcrumbsProps :: Row Type -> Row Typetype BreadcrumbsProps r = (className :: String, classNames :: Foreign, color :: Color, disableAnimation :: Boolean, hideSeparator :: Boolean, isDisabled :: Boolean, itemClasses :: Foreign, itemsAfterCollapse :: Int, itemsBeforeCollapse :: Int, maxItems :: Int, onAction :: EffectFn1 Foreign Unit, radius :: Radius, separator :: JSX, size :: Size, underline :: UnderlineStyle, variant :: Variant | r)
#breadcrumbs Source
breadcrumbs :: forall givenProps nonDataProps kids. IsJSX kids => CoerceReactProps (Record givenProps) (Record nonDataProps) (Record (BreadcrumbsProps ())) => Record givenProps -> kids -> JSX#BreadcrumbItemProps Source
type BreadcrumbItemProps :: Row Type -> Row Typetype BreadcrumbItemProps r = (className :: String, classNames :: Foreign, color :: Color, disableAnimation :: Boolean, endContent :: JSX, hideSeparator :: Boolean, isCurrent :: Boolean, isDisabled :: Boolean, isLast :: Boolean, onKeyDown :: EventHandler, onKeyUp :: EventHandler, onPress :: EventHandler, onPressChange :: EffectFn1 Boolean Unit, onPressEnd :: EventHandler, onPressStart :: EventHandler, onPressUp :: EventHandler, separator :: JSX, size :: Size, startContent :: JSX, underline :: UnderlineStyle | r)
#breadcrumbItem Source
breadcrumbItem :: forall givenProps nonDataProps kids. IsJSX kids => CoerceReactProps (Record givenProps) (Record nonDataProps) (Record (BreadcrumbItemProps ())) => 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