@billogram/foundation-monthpicker

A React monthpicker component

Usage no npm install needed!

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

README

@billogram/foundation-monthpicker

A React monthpicker component

Install

yarn add @billogram/foundation-monthpicker

Usage

import {
    FoundationMonthpicker
} from '@billogram/foundation-monthpicker';

See types for exported types.

FoundationMonthpicker

<FoundationMonthpicker
    onChange={ noop }
    value={ Date.now() }
    yearOffset={ 0 } />

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