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- 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