Md Assist Chip
Assist chips represent smart or automated actions that can span multiple apps, such as opening a calendar event from the home screen.
Assist chips function as though the user asked an assistant to complete the action. They should appear dynamically and contextually in a UI.
https://material-web.dev/components/chip/#assist-chip-example
Author
Maanrifa Bacar Ali
Inheritors
Constructors
Link copied to clipboard
constructor(label: String, elevated: Boolean = false, href: String? = null, target: LinkTarget? = null, disabled: Boolean = false, alwaysFocusable: Boolean = false, className: String? = null, init: MdAssistChip.() -> Unit? = null)
Assist chip constructor.