Modals
Modals are popup forms that can be used to collect user input.
Modals are popup forms that can be used to collect user input. They are created by extending the Modal
class, and adding a title
and components
property. All the components must be TextInput
classes.
Edit on GitHub
Last updated on