grom/modal

Types

It is suggested that you wrap all components in Labels. (except for TextDisplays and Labels)

pub type Component {
  StringSelect(string_select.StringSelect)
  TextInput(text_input.TextInput)
  UserSelect(user_select.UserSelect)
  RoleSelect(role_select.RoleSelect)
  MentionableSelect(mentionable_select.MentionableSelect)
  ChannelSelect(channel_select.ChannelSelect)
  FileUpload(file_upload.FileUpload)
  TextDisplay(text_display.TextDisplay)
  Label(label.Label)
}

Constructors

Search Document