1.2.2 • Published 8 years ago

dropdown-react v1.2.2

Weekly downloads
2
License
ISC
Repository
github
Last release
8 years ago

dropdown-react

Build Status Coverage Status

A react dropdown component

Example

https://izaaksultan.github.io/dropdown-react/

Installation

npm install dropdown-react

Usage

import Dropdown, {DropdownDivider, DropdownCheckbox, DropdownItem, DropdownLink} from 'dropdown-react';

import 'dropdown-react/dist/index.css';

function Example() {
    return (
        <div>
            <Dropdown label="Click Me!">
                <DropdownItem>Dropdown Item!</DropdownItem>
                <DropdownDivider />
                <DropdownLink href="http://google.com">I am a link!</DropdownLink>
                <DropdownDivider />
                <DropdownCheckbox>Check me</DropdownCheckbox>
            </Dropdown>
        </div>
    );
}
1.2.2

8 years ago

1.2.1

8 years ago

1.2.0

8 years ago

1.1.2

8 years ago

1.1.1

8 years ago

1.1.0

8 years ago

1.0.0

8 years ago