1.5.0 • Published 3 years ago

form-one v1.5.0

Weekly downloads
38
License
-
Repository
-
Last release
3 years ago

👋🏻 Welcome to FORM-ONE

Why?

form-one is built onto the react-hook-form library (which is an amazing library itself 🦄). form-one it is an abstraction of the react-hook-form library. form-one let you focusing just on the form api interface, which is really simple.

How?

The ui is made with ❤️ using the antd library and the core is built abstracting the react-hook-form library.

How to use form-one?

You can use form-one in React apps by just installing it

  npm i form-one
  import FormOne from 'form-one'

Why it is so simple?

These are the available props:

  <FormOne
    onChange
    onSubmit
    inputs
    layout
    validationSchema
    initialValues
  />

Let's have a look about how it works in a real demo, by visiting it's playground in Codesandbox or its storybook

1.4.2

3 years ago

1.5.0

3 years ago

1.4.1

3 years ago

1.4.0

3 years ago

1.3.1

3 years ago

1.3.0

3 years ago

1.2.0

3 years ago

1.1.0

3 years ago

1.0.0

3 years ago