Md Suggestion Chip
open class MdSuggestionChip(label: String, elevated: Boolean = false, href: String? = null, target: LinkTarget? = null, disabled: Boolean = false, alwaysFocusable: Boolean = false, className: String? = null, init: MdSuggestionChip.() -> Unit? = null) : MdAssistChip
Suggestion chips help narrow a user’s intent by presenting dynamically generated suggestions, such as possible responses or search filters.
https://material-web.dev/components/chip/#suggestion-chip-example
Note: assist and suggestion chips are functionally identical with different tokens.
Author
Maanrifa Bacar Ali
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: MdSuggestionChip.() -> Unit? = null)