ChipOutlined
A chip with no background but having a border
Parameters
The label for this chip
The ChipIntent colors that will be used for the content and background of this chip in different states.
The Modifier to be applied to the component
controls the enabled state of this chip. When false
, this component will not respond to user input, and it will appear visually disabled and disabled to accessibility services.
The spark icon shown at the start of the tag
the MutableInteractionSource representing the stream of Interactions for this chip. You can create and pass in your own remember
ed instance to observe Interactions and customize the appearance / behavior of this chip in different states.
called when this chip is clicked
A chip with no background but having a border
Parameters
to draw inside the chip's content
The ChipIntent colors that will be used for the content and background of this chip in different states.
text used by accessibility services to describe what this icon represents. This should always be provided unless this icon is used for decorative purposes, and does not represent a meaningful action that a user can take. This text should be localized, such as by using androidx.compose.ui.res.stringResource or similar.
The Modifier to be applied to the component
controls the enabled state of this chip. When false
, this component will not respond to user input, and it will appear visually disabled and disabled to accessibility services.
the MutableInteractionSource representing the stream of Interactions for this chip. You can create and pass in your own remember
ed instance to observe Interactions and customize the appearance / behavior of this chip in different states.
called when this chip is clicked
A chip with no background but having a border
Parameters
The ChipIntent colors that will be used for the content and background of this chip in different states.
The Modifier to be applied to the component
controls the enabled state of this chip. When false
, this component will not respond to user input, and it will appear visually disabled and disabled to accessibility services.
the MutableInteractionSource representing the stream of Interactions for this chip. You can create and pass in your own remember
ed instance to observe Interactions and customize the appearance / behavior of this chip in different states.
called when this chip is clicked
a Composable to set as the chip's custom content.