Button Dropdown


<Card>
    <Card.Header className="bg-warning border border-warning text-white">
        Regular Dropdowns
    </Card.Header>
    <Card.Body>
        <Dropdown className="d-inline-block mr-2 mb-2">
            <Dropdown.Toggle id="dropdown-basic" className="no-radius-btn border text-dark bg-transparent">
                Button Dropdown 
            </Dropdown.Toggle>
            <Dropdown.Menu>
                <Dropdown.Item href="#/action-1">Action</Dropdown.Item>
                <Dropdown.Item href="#/action-2">Another action</Dropdown.Item>
                <Dropdown.Item href="#/action-3">Something else</Dropdown.Item>
            </Dropdown.Menu>
        </Dropdown>
        <Dropdown className="d-inline-block mr-2 mb-2">
            <Dropdown.Toggle id="dropdown-basic" className="no-radius-btn border primaryBg">
             Dropdown Button
            </Dropdown.Toggle>
            <Dropdown.Menu>
                <Dropdown.Item href="#/action-1">Action</Dropdown.Item>
                <Dropdown.Item href="#/action-2">Another action</Dropdown.Item>
                <Dropdown.Item href="#/action-3">Something else</Dropdown.Item>
            </Dropdown.Menu>
        </Dropdown>
    </Card.Body>
</Card>

 

results matching ""

    No results matching ""