Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

@billogram/foundation-datepicker

mrydengren39MITdeprecated1.1.5TypeScript support: included

Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.

A React datepicker component

readme

@billogram/foundation-datepicker

A React datepicker component

Install

yarn add @billogram/foundation-datepicker

Usage

import {
    FoundationDatepicker,
} from '@billogram/foundation-datepicker';

See types for exported types.

FoundationDatepicker

<FoundationDatepicker
    autoFocus={ false }
    disabled={ false }
    emptyText={ pgettext('foundation-datepicker', 'Label--no-date-yet') }
    hasGrayedOutPast={ false }
    onChange={ noop }
    shouldDisableDate={ never }
    ui="gray"
    value={ null } />

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