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