Module

HeroUI.Drawer

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

#DrawerProps Source

type DrawerProps :: Row Type -> Row Typetype DrawerProps r = (className :: String, classNames :: Foreign, closeButton :: JSX, defaultOpen :: Boolean, disableAnimation :: Boolean, hideCloseButton :: Boolean, isDismissable :: Boolean, isKeyboardDismissDisabled :: Boolean, isOpen :: Boolean, motionProps :: Foreign, onClose :: EffectFn1 Foreign Unit, onOpenChange :: EffectFn1 Boolean Unit, placement :: Placement, portalContainer :: Foreign, radius :: Radius, shouldBlockScroll :: Boolean, size :: Size | r)

#drawer Source

drawer :: forall givenProps nonDataProps kids. IsJSX kids => CoerceReactProps (Record givenProps) (Record nonDataProps) (Record (DrawerProps ())) => Record givenProps -> kids -> JSX

#DrawerContentProps Source

type DrawerContentProps :: Row Type -> Row Typetype DrawerContentProps r = (className :: String | r)

#drawerContent Source

drawerContent :: forall givenProps nonDataProps kids. IsJSX kids => CoerceReactProps (Record givenProps) (Record nonDataProps) (Record (DrawerContentProps ())) => Record givenProps -> kids -> JSX

#DrawerHeaderProps Source

type DrawerHeaderProps :: Row Type -> Row Typetype DrawerHeaderProps r = (className :: String | r)

#drawerHeader Source

drawerHeader :: forall givenProps nonDataProps kids. IsJSX kids => CoerceReactProps (Record givenProps) (Record nonDataProps) (Record (DrawerHeaderProps ())) => Record givenProps -> kids -> JSX

#DrawerBodyProps Source

type DrawerBodyProps :: Row Type -> Row Typetype DrawerBodyProps r = (className :: String | r)

#drawerBody Source

drawerBody :: forall givenProps nonDataProps kids. IsJSX kids => CoerceReactProps (Record givenProps) (Record nonDataProps) (Record (DrawerBodyProps ())) => Record givenProps -> kids -> JSX

#DrawerFooterProps Source

type DrawerFooterProps :: Row Type -> Row Typetype DrawerFooterProps r = (className :: String | r)

#drawerFooter Source

drawerFooter :: forall givenProps nonDataProps kids. IsJSX kids => CoerceReactProps (Record givenProps) (Record nonDataProps) (Record (DrawerFooterProps ())) => Record givenProps -> kids -> JSX