MdInputChip

@Composable
fun MdInputChip(avatar: Boolean? = null, href: String? = null, target: String? = null, removeOnly: Boolean? = null, selected: Boolean? = null, disabled: Boolean? = null, softDisabled: Boolean? = null, alwaysFocusable: Boolean? = null, label: String? = null, hasIcon: Boolean? = null, onRemove: () -> Unit? = null, attrs: AttrBuilderContext<HTMLElement>? = null, content: @Composable MdChipScope.() -> Unit? = null)(source)