Skip to content

Latest commit

 

History

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

text-field-usage.md

File metadata and controls

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

Home / TextField

TextField

This widget is a simple text input form widget. TextField is intrinsically an input element and accepts all of its attributes.

Usage

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

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