Top » JSX components for Block Kit
<Blocks>
: The basic container for messages<Modal>
: The view container for modals<Home>
: The view container for home tabs
<Section>
: Section Block<Divider>
: Divider Block<Image>
: Image Block<Actions>
: Actions Block<Context>
: Context Block<File>
: File Block (Only for messaging)<Input>
: Input Block (Only for modal)
<Button>
: Button element<Select>
: Select menu with static options<ExternalSelect>
: Select menu with external data source<UsersSelect>
: Select menu with user list<ConversationsSelect>
: Select menu with conversations list<ChannelsSelect>
: Select menu with channel list<Overflow>
: Overflow menu<DatePicker>
: Select date from calendar<CheckboxGroup>
: Checkbox group (Only for modal and home tab)<RadioButtonGroup>
: Radio button group (Only for modal and home tab)