1.2.2 • Published 1 year ago

structoform v1.2.2

Weekly downloads
29
License
MIT
Repository
github
Last release
1 year ago

Structoform

A form builder for React

Installation

# yarn
yarn add structoform
# npm
npm install structoform

Supported form elements

  • Checkbox
  • DateField
  • SelectField
  • Radio Button
  • TextArea
  • TextField

Steps for local developement

  • run yarn link
  • run yarn prep to build the package

Api documentation

<Form>

jsonConfig={ string }

An optional string containing a JSON parsable object. The contents of this object may override the className, layout, layoutDirection or initValues prop.

className={ string }

A className string to append to the <form> wrapper className.

layout={ object }

An object containing all the form fields, indexed by a unique key.

const layout = {
    name: {
        // field props
    },
    organisation: {
        // field props
    },
    email: {
        // field props
    },
}

layoutDirection={ string }

Determines how labels should position themselves relative to their respective form element. Specify either "row" or "column".

submitButton={ node }

A react element consisting of or containing a <button>, to trigger the form onSubmit logic.

onSubmit={ func }

Callback function for submit logic

initValues={ object }

Values to prefill the form with

formValues={ object }

Optional external form field state, essentially utilizing the form as a controlled component.

Things todo

  • Write documentation
  • Add test
  • Password Field
  • Phone Field
  • Autosuggest / Autocomplete
  • Restrict input of DateField
  • Support multiple languages
1.2.2

1 year ago

1.2.1

3 years ago

1.1.41

3 years ago

1.1.39

3 years ago

1.1.40

3 years ago

1.1.34

3 years ago

1.1.33

3 years ago

1.1.32

3 years ago

1.1.38

3 years ago

1.1.37

3 years ago

1.1.36

3 years ago

1.1.35

3 years ago

1.1.31

4 years ago

1.1.30

4 years ago

1.1.29

5 years ago

1.1.28

5 years ago

1.1.27

5 years ago

1.1.26

5 years ago

1.1.25

5 years ago

1.1.24

5 years ago

1.1.23

5 years ago

1.1.22

5 years ago

1.1.21

5 years ago

1.1.20

5 years ago

1.1.19

5 years ago

1.1.18

5 years ago

1.1.17

5 years ago

1.1.12

5 years ago

1.1.16

5 years ago

1.1.15

5 years ago

1.1.14

5 years ago

1.1.13

5 years ago

1.1.11

5 years ago

1.1.10

5 years ago

1.1.8

5 years ago

1.1.7

5 years ago

1.1.6

5 years ago

1.1.5

5 years ago

1.1.4

5 years ago

1.1.3

5 years ago

1.1.2

5 years ago

1.1.1

5 years ago

1.1.0

5 years ago

1.0.9

5 years ago

1.0.8

5 years ago

1.0.7

5 years ago

1.0.6

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago