Skip to content

Latest commit

 

History

History
executable file
·
39 lines (24 loc) · 958 Bytes

File metadata and controls

executable file
·
39 lines (24 loc) · 958 Bytes

Home / MonthDateField

MonthDateField

This widget is a month date picker form widget. MonthDateField is intrinsically a MonthDatePicker widget and accepts all of its attributes.

Usage

import { MonthDateField } from "react-simple-widgets";

<MonthDateField
    name={name}
    label={label}
    helper={helper}
    leading={leading}
    trailing={trailing}
/>