1.0.7 • Published 2 years ago

react-form-frenzy v1.0.7

Weekly downloads
-
License
-
Repository
-
Last release
2 years ago

Form Frenzy

Say goodbye to tedious form filling with our Form Frenzy! It's dynamic, adapts to your inputs, has fun animations and clear error messages. Fill out forms with ease and enjoy the magic!

Requirements

  • Node version 16.18.1

Get Started

import { FormFrenzy, Standalone } from 'react-form-frenzy'

type Props = {}

const App: React.FC<Props> = () => {
  return (
    <>
      <Standalone id="form-frenzy" />
      <FormFrenzy
        onSubmit={async (values) => {
          console.log(values)
        }}
        id="form-frenzy"
      />
    </>
  )
}
1.0.7

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago