@billogram/foundation-dropdown

A React dropdown component

Usage no npm install needed!

<script type="module">
  import billogramFoundationDropdown from 'https://cdn.skypack.dev/@billogram/foundation-dropdown';
</script>

README

@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