ComponentsTextboxInputs collect data from the user.MarkdownSource CodeTextBox( placeholder = "What's your name?", value = "", onChange = _ => Callback.empty)()TagTags are used as labels to organize things or to indicate a selection.ToastToast displays a message to the user.