Package-level declarations
Types
Holds default values for Coachmark.
CoachmarkDirection is used to specify the direction of the coachmark.
Scope for coachmark content.
Object that contains the default values for DatePickerDialog
Represents an action that can be performed in a snack.
Represents the duration for which a snack should be displayed.
State of the SnackbarHost, can be retrieved by LocalSnackbarHostState inside composable function
Possible results of the SnackbarHostState.show call
hold the default values for SpatialPopup
Determines the placement of the subwindow.
TabBarPlacement is a enum class that determines the placement of the TabBar.
TabBarScope is a scope that provides the item function to the TabBar.
Properties
Provides SnackbarHostState
Functions
Dialogs provide important prompts in a user flow. They can require an action, communicate information, or help users accomplish a task.
Dialogs provide important prompts in a user flow. They can require an action, communicate information, or help users accomplish a task.
A basic sheet, can be used to show a sheet with custom content. usually used when the design is different from the default sheet, likes Sheet、HeadImageSheet.
CoachmarkBox is a container for displaying a coachmark.
A dialog for displaying a DatePicker and DateRangePicker. Date pickers let people select a date.
A sheet. It includes a head image, a title, a content body, and a bottom area. Only provides basic layout, you can customize it by passing headerImage, title, content and bottom. The headerImage will be shown at the top, the title will be shown at the bottom of head image, the content will be shown in the middle of sheet, the bottom will be shown at the bottom of sheet. The closeIcon will be shown at top leading corner of sheet.
ImageCoachmark usually used to display image for anchor UI. It typically contains an image and an optional button.
Provides a SpatialPositionProvider that places the SpatialPopup relative to it's anchor view.
ImageCoachmark usually used to display rich message for anchor UI. It typically contains an optional image, title, content and buttons.
SimpleCoachmark usually used to display brevity message for anchor UI. It typically contains text and an optional button.
A host of snack, provides SnackbarHostState for content to use
Opens a popup with the given content.
Subwindow is a component shown at left or right side of the window container. and it's height always fill the height of the window container.
TabBar is a component shown at top or left or right of the window container.