You can customize the text of the dropdown button by using either
the text prop (shown in previous examples), or use
the button-content slot instead of the
text prop. The button-content slot
allows you to use basic HTML and icons in the button content.
Dropdowns work with trigger buttons of all sizes, including
default and split dropdown buttons. Set the size prop to either
sm for small button(s), or lg for large
button(s).
Turn your dropdown menu into a drop-up menu by setting the
dropup prop.
Turn your dropdown menu into a drop-right menu by setting the
dropright prop. Or, turn it into a drop-left menu by
setting the dropleft right prop to true.