mirror of
https://github.com/tabler/tabler.git
synced 2025-12-26 11:16:12 +04:00
remove unused cofig from code
This commit is contained in:
@@ -8,7 +8,7 @@ bootstrapLink: components/dropdowns
|
||||
|
||||
With small markup changes, you can turn any `.btn` into a dropdown toggle and use it to display more options for users to choose from. Start with the default dropdown and then use additional classes to make your dropdown more user-friendly.
|
||||
|
||||
```html example code height="16rem"
|
||||
```html example height="16rem"
|
||||
<div class="dropdown">
|
||||
<a href="#" class="btn dropdown-toggle" data-bs-toggle="dropdown">Open dropdown</a>
|
||||
<div class="dropdown-menu">
|
||||
@@ -23,7 +23,7 @@ With small markup changes, you can turn any `.btn` into a dropdown toggle and us
|
||||
|
||||
Use dropdown dividers to separate groups of dropdown items for greater clarity.
|
||||
|
||||
```html example code height="16rem"
|
||||
```html example height="16rem"
|
||||
<div class="dropdown">
|
||||
<a href="#" class="btn dropdown-toggle" data-bs-toggle="dropdown">Open dropdown</a>
|
||||
<div class="dropdown-menu">
|
||||
@@ -43,7 +43,7 @@ Use dropdown dividers to separate groups of dropdown items for greater clarity.
|
||||
|
||||
Make a dropdown item look active, so that it highlights when a user hovers over a given option.
|
||||
|
||||
```html example code height="16rem"
|
||||
```html example height="16rem"
|
||||
<div class="dropdown">
|
||||
<a href="#" class="btn dropdown-toggle" data-bs-toggle="dropdown">Open dropdown</a>
|
||||
<div class="dropdown-menu">
|
||||
@@ -62,7 +62,7 @@ Make a dropdown item look active, so that it highlights when a user hovers over
|
||||
|
||||
Make a dropdown item look disabled to display options which are currently not available but can activate once certain conditions are met.
|
||||
|
||||
```html code example height="16rem"
|
||||
```html example height="16rem"
|
||||
<div class="dropdown">
|
||||
<a href="#" class="btn dropdown-toggle" data-bs-toggle="dropdown">Open dropdown</a>
|
||||
<div class="dropdown-menu">
|
||||
@@ -81,7 +81,7 @@ Make a dropdown item look disabled to display options which are currently not av
|
||||
|
||||
Add a dropdown header to group dropdown items into sections and name them accordingly.
|
||||
|
||||
```html code example height="16rem"
|
||||
```html example height="16rem"
|
||||
<div class="dropdown">
|
||||
<a href="#" class="btn dropdown-toggle" data-bs-toggle="dropdown">Open dropdown</a>
|
||||
<div class="dropdown-menu">
|
||||
@@ -100,7 +100,7 @@ Add a dropdown header to group dropdown items into sections and name them accord
|
||||
|
||||
Use icons in your dropdowns to add more visual content and make the options easy to identify for users.
|
||||
|
||||
```html code example height="16rem"
|
||||
```html example height="16rem"
|
||||
<div class="dropdown">
|
||||
<a href="#" class="btn dropdown-toggle" data-bs-toggle="dropdown">Open dropdown</a>
|
||||
<div class="dropdown-menu">
|
||||
@@ -129,7 +129,7 @@ Use icons in your dropdowns to add more visual content and make the options easy
|
||||
|
||||
Add an arrow that points at the dropdown button.
|
||||
|
||||
```html code example height="16rem"
|
||||
```html example height="16rem"
|
||||
<div class="dropdown">
|
||||
<a href="#" class="btn dropdown-toggle" data-bs-toggle="dropdown">Open dropdown</a>
|
||||
<div class="dropdown-menu dropdown-menu-arrow">
|
||||
@@ -147,7 +147,7 @@ Add an arrow that points at the dropdown button.
|
||||
|
||||
Add a badge to your dropdown items to show additional information related to an item or distinguish it from other elements.
|
||||
|
||||
```html code example height="16rem"
|
||||
```html example height="16rem"
|
||||
<div class="dropdown">
|
||||
<a href="#" class="btn dropdown-toggle" data-bs-toggle="dropdown">Open dropdown</a>
|
||||
<div class="dropdown-menu">
|
||||
@@ -167,7 +167,7 @@ Add a badge to your dropdown items to show additional information related to an
|
||||
|
||||
Use dropdowns with checkboxes to allow users to select options from a predefined list. Dropdowns with checkboxes are particularly useful for filtering.
|
||||
|
||||
```html code example height="16rem"
|
||||
```html example height="16rem"
|
||||
<div class="dropdown">
|
||||
<a href="#" class="btn dropdown-toggle" data-bs-toggle="dropdown">Open dropdown</a>
|
||||
<div class="dropdown-menu">
|
||||
@@ -182,7 +182,7 @@ Use dropdowns with checkboxes to allow users to select options from a predefined
|
||||
|
||||
Make your dropdown suit the dark mode of your website or software.
|
||||
|
||||
```html code example height="16rem"
|
||||
```html example height="16rem"
|
||||
<div class="dropdown">
|
||||
<a href="#" class="btn dropdown-toggle" data-bs-toggle="dropdown">Open dropdown</a>
|
||||
<div class="dropdown-menu dropdown-menu-arrow bg-dark text-white">
|
||||
|
||||
Reference in New Issue
Block a user