Name Description Size Coverage
AddToTabGroup.kt Prompt for the user to choose whether to add to a new or an existing tab group. @param tabGroups List of existing Tab Groups. @param onAddToNewTabGroup Invoked when user clicks to add to a new tab group. @param onAddToExistingTabGroup Invoked when user clicks to add to an existing tab group. 8626 -
DeleteTabGroupConfirmationDialog.kt This dialog is used to prompt the user to confirm if they want to delete their selected tab group. It provides options to confirm or cancel the deletion. @param onConfirmDelete Callback invoked when the user confirms the deletion. @param onCancel Callback invoked when the user cancels the deletion. 3046 -
EditTabGroup.kt Prompt to edit a tab group. @param tabsTrayStore [TabsTrayStore] used to listen for changes to [TabsTrayState]. 15936 -
ExpandedTabGroup.kt Renders an expanded view of a user's tab group. @param group: [TabsTrayItem.TabGroup] item rendered by the card @param focusedTabId: String id of the tab in focus. This id may correspond to a tab that is not inside the group. @param onItemClick Invoked when the user clicks on a [TabsTrayItem] in the group. @param onTabClose Invoked when the user clicks to close a [TabsTrayItem.Tab] in the group. 8985 -
storage -
TabGroupCard.kt A Tab Group presented as a clickable item in a grid. @param group: The data of the [TabsTrayItem.TabGroup]. @param selectionState: The tab selection state. @param clickHandler: Handler for all click-handling inputs (long click, click, etc) @param modifier: The Modifier @param thumbnailSizePx: The size of each thumbnail in px. 19872 -
TabGroupRow.kt A Tab Group presented as a clickable item in a row or list. @param tabGroup The tab group to display. @param onClick The action to be performed when the tab group item is clicked. @param modifier The Modifier 4948 -
TabGroupsTestTag.kt 536 -
TabGroupThemeDot.kt A dot that represents a Tab Group theme. @param theme The theme of the tab group to display. 1115 -