Add Item To Container

@Composable
fun AddItemToContainer(show: MutableState<Boolean>, viewModel: EquinoxViewModel, icon: ImageVector, availableItems: List<RefyItem>, title: StringResource, confirmAction: (List<String>) -> Unit)

Function to execute the action to add links to a teams

Parameters

show

: whether show the EquinoxAlertDialog where is possible chose the links

viewModel

: the view model used to execute this operation

icon

: the representative icon to use

availableItems

: the list of available items identifiers where share with a container

title

: the resource identifier of the title text

confirmAction

: the action to execute when the user clicks the confirm button