<jds-toolbar>
<jds-button disabled>Other button</jds-button>
<jds-dropdown-menu label="Bulk actions">
<jds-dropdown-menu-item icon="mail">Bulk email...
<template #hint>
Send email to each selected candidate.
</template>
</jds-dropdown-menu-item>
<jds-dropdown-menu-item icon="mail">Send additional forms...
<template #hint>
Send out a form to each selected candidate by email.
</template>
</jds-dropdown-menu-item>
<jds-dropdown-menu-item icon="mail" disabled>Recycle candidate
</jds-dropdown-menu-item>
<jds-dropdown-menu-item icon="mail" danger>Delete candidate
<template #hint>
Permanently remove this candidate from this pipeline; prior communication,
such as emails and form responses, can be retrieved from the Talent Pool.
</template>
</jds-dropdown-menu-item>
</jds-dropdown-menu>
<jds-dropdown-menu cog>
<jds-dropdown-menu-item icon="mail">Bulk email...
<template #hint>
Send email to each selected candidate.
</template>
</jds-dropdown-menu-item>
<jds-dropdown-menu-item icon="mail">Send additional forms...
<template #hint>
Send out a form to each selected candidate by email.
</template>
</jds-dropdown-menu-item>
<jds-dropdown-menu-item icon="mail" disabled>Recycle candidate
</jds-dropdown-menu-item>
<jds-dropdown-menu-item icon="delete" danger>Delete candidate
<template #hint>
Permanently remove this candidate from this pipeline; prior communication,
such as emails and form responses, can be retrieved from the Talent Pool.
</template>
</jds-dropdown-menu-item>
</jds-dropdown-menu>
<jds-button disabled>Other button</jds-button>
</jds-toolbar>