Package-level declarations
Types
Properties that can be used to configure the behavior of a Dialog.
Properties that control the behavior of a ModalBottomSheet.
Scope for the content of a ScrollArea.
Defines how to scroll the scrollable component and how to display a scrollbar for it.
Scope for the scrollbars of a ScrollArea.
Properties
Functions
A foundational component used to build bottom sheets.
A stackable, renderless, highly performant foundational component to build dialogs with.
A container component that renders the dialog's panel and its contents.
A drag indication that can be used to control the bottom sheet.
Creates a horizontal separator line.
A foundational component used to display icons.
An unstyled component for Compose Multiplatform that can be used to implement Dropdown Menus with the styling of your choice. Fully accessible, supports keyboard navigation and open/close animations.
A button component that triggers the menu's expanded state when clicked.
The content container for the menu items. This composable handles the positioning and animation of the menu content when it is expanded.
A menu item that can be clicked to perform an action and dismiss the menu.
A foundational component used to build modal bottom sheets.
Creates a BottomSheetState
Creates a DialogState that can be used to control the visibility of a Dialog.
Creates a ModalBottomSheetState that is remembered across compositions.
Creates a ScrollAreaState from a ScrollState.
Creates a ScrollAreaState from a LazyListState.
Creates a ScrollAreaState from a LazyGridState.
A component that renders a scrim behind the dialog panel.
A scrim is used to darken the content behind the sheet in order to signify that the rest of the screen is not interactive.
A foundational component used to build scrollable areas in Compose Multiplatform. The scroll area consists of a content area and optional scrollbars.
Creates a horizontal separator line within a ColumnScope.
Creates a vertical separator line within a RowScope.
The main content area of the modal bottom sheet.
Creates a vertical separator line.