Overview
Modals are forms with text fields for short or long text input. They currently only support text fields.
Modal("What is your age?") { TextField("Input")}
Modals are forms with text fields for short or long text input. They currently only support text fields.
Modal("What is your age?") { TextField("Input")}