1.2.6 • Published 3 years ago

@billogram/foundation-dropdown v1.2.6

Weekly downloads
11
License
MIT
Repository
-
Last release
3 years ago

@billogram/foundation-dropdown

A React dropdown component

Install

yarn add @billogram/foundation-dropdown

Usage

import {
    FoundationDropdown,
} from '@billogram/foundation-dropdown';

See types for exported types.

FoundationDropdown

<FoundationDropdown
    autoFocus={ false }
    disabled={ false }
    emptyText=""
    onChange={ noop }
    options={ [] }
    toggled={ false }
    ui="gray"
    value="" />

Note

This library is being published with our use cases in mind and is not necessarily meant to be consumed by the broader public. We probably won't take your feature requests unless they align with our own needs.

License

MIT