Skip to content

Latest commit

 

History

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

time-field-usage.md

File metadata and controls

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

Home / TimeField

TimeField

This widget is a time picker form widget. TimeField is intrinsically a TimePicker widget and accepts all of its attributes.

Usage

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

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