Theme Settings
Theme

Header

Sidebar

Left Sidebar Bg Image

Scheme

Layout

Table Designs

Fonts

Input

Buttons Styles
Buy Now




Dropdowns

Basic

Dropdowns are toggleable, contextual overlays for displaying lists of links and actions in a dropdown menu format.

Split

Create a split dropdown button, where the left button provides standard click event and link support, while the right hand side is the dropdown menu toggle button. Use prop split for split dropdown.

Outline

To create a dropdown with split button use .btn-outline-{color} prop with your dropdown toggle.

Inverse

To create a inverse dropdown use .btn-inverse-{color} prop with your dropdown toggle.

Gradient

To create a gradient dropdown use .btn-gradient-{color} prop with your dropdown toggle.

Relief

To create a relief dropdown use .btn-relief-{color} prop with your dropdown toggle.

Sizes

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).

Directions

To have the dropdown aligned on the right, set the right .prop. Turn your dropdown menu into a drop-up menu by setting the .dropup prop. .dropright takes precedence over .dropleft. Neither .dropright or .dropleft have any effect if .dropup is set.

Block Level

By default dropdowns act like buttons and are displayed inline. To create block level dropdowns (that span to the full width of a parent) set the .d-block prop.

Variations

Group a set of dropdown sub components with an optional associated header. Place a .dropdown-divider between your .dropdown-group and other groups or non-grouped dropdown contents.

Split button link support

To convert this button into a link or router-link , specify the href via the split-href prop or a router link to value via the split-to prop.

Dropdown sub-component color variants

Many of the supported dropdown sub-components provide a variant prop for controlling their text color.

Agastya Admin ©