How to use the formsy-react.Form function in formsy-react

To help you get started, we’ve selected a few formsy-react examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github twisty / formsy-react-components / playground / bundle.js View on Github external
React.createElement(
                'div',
                { className: 'page-header' },
                React.createElement(
                    'h2',
                    null,
                    'Layout: ',
                    React.createElement(
                        'code',
                        null,
                        this.state.layout
                    )
                )
            ),
            React.createElement(
                Formsy.Form,
                { className: formClassName, onSubmit: this.submitForm, ref: 'form' },
                React.createElement(
                    'fieldset',
                    null,
                    React.createElement(
                        'legend',
                        null,
                        'Input types'
                    ),
                    React.createElement(Input, _extends({}, sharedProps, {
                        name: 'text1',
                        id: 'artisanCraftedBespokeId',
                        value: '',
                        label: 'Text',
                        type: 'text',
                        placeholder: 'Here is a text input.',

formsy-react

A form input builder and validator for React

MIT
Latest version published 3 months ago

Package Health Score

78 / 100
Full package analysis