1.0.7 • Published 1 year ago

react-form-frenzy v1.0.7

Weekly downloads
-
License
-
Repository
-
Last release
1 year 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

1 year ago

1.0.6

1 year ago

1.0.5

1 year ago

1.0.4

1 year ago

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago