You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Create a custom toggler which accepts any content.
19
19
*/
20
20
custom?: boolean
21
+
/**
22
+
* If a dropdown `variant` is set to `nav-item` then render the toggler as a link instead of a button.
23
+
*
24
+
* @since v5.0.0-alpha.3
25
+
*/
26
+
navLink?: boolean
21
27
/**
22
28
* Similarly, create split button dropdowns with virtually the same markup as single button dropdowns, but with the addition of `.dropdown-toggle-split` className for proper spacing around the dropdown caret.
0 commit comments