Skip to content

Latest commit

 

History

History
executable file
·
35 lines (19 loc) · 821 Bytes

text-field-usage.md

File metadata and controls

executable file
·
35 lines (19 loc) · 821 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/dist/text-field";

<TextField name label helper leading trailing />;