import React from 'react'; import { Link } from 'react-router-dom'; import { Container, Row, Col, Card, InputGroup, CardTitle, CardBody, Badge, CustomInput, InputGroupAddon, UncontrolledButtonDropdown, ListGroupItem, ListGroup, ExtendedDropdown, Form, Button, FormGroup, Label, Input, ButtonDropdown, DropdownToggle, DropdownMenu, DropdownItem } from './../../../components'; import { HeaderMain } from "../../components/HeaderMain"; import { HeaderDemo } from "../../components/HeaderDemo"; import { Messages } from "../../components/Dropdowns/Messages"; import { Activity } from "../../components/Dropdowns/Activity"; const Dropdowns = () => ( { /* START Header 1 */} Dropdown component states )} /> { /* END Header 1 */} { /* START Section 1 */} { /* START Col6 1 */} Dropdown: Default #1.01

Default dropdown menu styling.

Dropdown Profile Settings Logout
{ /* END Col6 1 */} { /* START Col6 1 */} Dropdown: Active #1.02

Make the link active with active class.

Dropdown Profile Settings Logout
{ /* END Col6 1 */} { /* START Col6 1 */} Dropdown: Disabled #1.03

Disable the link with disabled class.

Dropdown Profile Settings Logout
{ /* END Col6 1 */}
{ /* END Section 1 */} { /* START Header 2 */} Dropdown header with options )} /> { /* END Header 2 */} { /* START Section 2 */} { /* START Col6 1 */} Dropdown: Default Header #2.01

Basic header styling of label sections.

Dropdown Menu Profile Settings Logout
Dropdown: Header Left Icon #2.02

Display left/right positioned icons.

Dropdown Menu Profile Settings Logout
{ /* END Col6 1 */} { /* START Col6 2 */} Dropdown: Header Right Icon #2.03

Basic header styling of label sections.

Dropdown Menu Profile Settings Logout
Dropdown: Header Left & Right Icon #2.04

Display left/right positioned icons

Dropdown Menu Profile Settings Logout
{ /* END Col6 2 */}
{ /* END Section 2 */} { /* START Header 3 */} Icons, checkboxes, radios, switches etc. )} /> { /* END Header 3 */} { /* START Section 3 */} { /* START Col6 1 */} Dropdown: Left Icon #3.01

Dropdown icons in left position.

Dropdown Menu Profile Settings Logout
Dropdown: Right Icon #3.02

Dropdown icons in right position.

Dropdown Menu Profile Settings Logout
Dropdown: Right Badge #3.03

Dropdown menu items with Badge.

Dropdown Menu Profile Done Settings Error Logout Safe
Dropdown: Right Pills #3.04

Dropdown menu items with Badge pill.

Dropdown Menu Profile 5 Settings 12 Logout 34
Dropdown: Left Badge #3.05

Dropdown menu items with Badge pill.

Dropdown Menu Update Profile Ready Settings Added Logout
{ /* END Col6 1 */} { /* START Col6 2 */} Dropdown: Left Pills #3.06

Dropdown menu items with Badge pill.

Dropdown Menu 32 Profile 86 Settings 11 Logout
Dropdown: Right & Left Icons #3.07

Basic header styling of label sections.

Dropdown Menu Profile Settings Logout
Dropdown: Left Radios #3.08

Left positioned radio.

Dropdown Select Style
Dropdown: Left Checkboxes #3.09

Left positioned checkbox.

Dropdown Select Javascript
Dropdown: Forms #3.10

with Buttons, Inputs and Checkbox.

Dropdown
{' '}
{ /* END Col6 2 */}
{ /* END Section 3 */} { /* START Header 4 */} Positions are available for: <Dropdown direction="left" />, <Dropdown direction="right" /> and <Dropdown direction="up" />. )} /> { /* END Header 4 */} { /* START Section 4 */} { /* START Col6 1 */} Dropdown: Dropup #4.01

Trigger dropdown menus above elements by adding <Dropdown direction="up" /> to the parent element.

See Demo Menu Profile Settings Logout
{ /* END Col6 1 */} { /* START Col6 1 */} Dropdown: Dropleft #4.03

Trigger dropdown menus above elements by adding <Dropdown direction="left" /> to the parent element.

See Demo Menu Profile Settings Logout
{ /* END Col6 1 */} { /* START Col6 1 */} Dropdown: Dropright #4.02

Trigger dropdown menus above elements by adding <Dropdown direction="right" /> to the parent element.

See Demo Menu Profile Settings Logout
{ /* END Col6 1 */}
{ /* END Section 4 */} { /* START Header 5 */} Dropdown as combo with Lists, Buttons, Input and Media... )} /> { /* END Header 5 */} { /* START Section 5 */} { /* START Col6 1 */} Dropdown: List Group (as Links) #5.01

Mainly used components together with "Navbar".

See Demo
Activity Feed
4
See All Notifications
{ /* END Col6 1 */} { /* START Col6 1 */} Dropdown: List Group (as Buttons) #5.02

Mainly used components together with "Navbar".

See Demo
Messages
See All Messages
{ /* END Col6 1 */}
{ /* END Section 5 */} ); export default Dropdowns;