Module

HeroUI.Pagination

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

#PaginationProps Source

type PaginationProps :: Row Type -> Row Typetype PaginationProps r = (boundaries :: Int, className :: String, classNames :: Foreign, color :: Color, disableAnimation :: Boolean, disableCursorAnimation :: Boolean, dotsJump :: Int, getItemAriaLabel :: Foreign, initialPage :: Int, isCompact :: Boolean, isDisabled :: Boolean, loop :: Boolean, onChange :: EffectFn1 Int Unit, page :: Int, radius :: Radius, renderItem :: Foreign, showControls :: Boolean, showShadow :: Boolean, siblings :: Int, size :: Size, total :: Int, variant :: Variant | r)

#pagination Source

pagination :: forall givenProps nonDataProps kids. IsJSX kids => CoerceReactProps (Record givenProps) (Record nonDataProps) (Record (PaginationProps ())) => Record givenProps -> kids -> JSX