Tags Input Field
fun Tag.TagsInputField(prop: KMutableProperty0<List<String>>, configure: InputFieldComponent.Config<List<String>>.() -> Unit = {}): ComponentRef<InputFieldComponent<List<String>>>
fun Tag.TagsInputField(value: List<String>, onChange: (List<String>) -> Unit, configure: InputFieldComponent.Config<List<String>>.() -> Unit = {}): ComponentRef<InputFieldComponent<List<String>>>