Module

HeroUI.Tabs

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

#TabsProps Source

type TabsProps :: Row Type -> Row Typetype TabsProps r = (className :: String, classNames :: Foreign, color :: Color, defaultSelectedKey :: String, destroyInactiveTabPanel :: Boolean, disableAnimation :: Boolean, disableCursorAnimation :: Boolean, disabledKeys :: Array String, fullWidth :: Boolean, isDisabled :: Boolean, isVertical :: Boolean, items :: Foreign, keyboardActivation :: KeyboardActivation, onSelectionChange :: EffectFn1 Foreign Unit, placement :: Placement, radius :: Radius, selectedKey :: String, shouldSelectOnPressUp :: Boolean, size :: Size, variant :: Variant | r)

#tabs Source

tabs :: forall givenProps nonDataProps kids. IsJSX kids => CoerceReactProps (Record givenProps) (Record nonDataProps) (Record (TabsProps ())) => Record givenProps -> kids -> JSX

#TabProps Source

type TabProps :: Row Type -> Row Typetype TabProps r = (className :: String, download :: Foreign, href :: String, ping :: String, referrerPolicy :: String, rel :: String, shouldSelectOnPressUp :: Boolean, target :: String, title :: JSX, titleValue :: String | r)

#tab Source

tab :: forall givenProps nonDataProps kids. IsJSX kids => CoerceReactProps (Record givenProps) (Record nonDataProps) (Record (TabProps ())) => Record givenProps -> kids -> JSX