MdAssistChip

@Composable
fun MdAssistChip(elevated: Boolean? = null, href: String? = null, download: String? = null, target: String? = null, disabled: Boolean? = null, softDisabled: Boolean? = null, alwaysFocusable: Boolean? = null, label: String? = null, hasIcon: Boolean? = null, attrs: AttrBuilderContext<HTMLElement>? = null, content: @Composable MdChipScope.() -> Unit? = null)(source)