monthpic
v0.2.9
Published
Allow to select month and year.
Downloads
9
Readme
Month-Pic
Allow to select month and year.
tl;dr
- Install by executing
npm install monthpic
. - Import by adding
import MonthPicker from 'monthpic'
. - Use by adding
<MonthPicker name="..." />
.name
can be a URL, base64 content, Uint8Array, and more.