Form component with smooth transiton on valid submission.
npx animatex-pro add reportbug| Prop | Default | Description |
| children | none | Put in the content inputs |
| isError | false | Determines if there was an error while submitting form |
| isValid | false | Validates form submission trigerring animation sequence. |
| className | none | Freely style the form block to fit your project |
| borderRaduis | none | Rounded corner to both toggler and form |
| children | 12px | Put in the content inputs |
| toggleStyle | none | Freely style the initial button on screen |
| shimmerStyle | none | Style the radiant backgroud. This should be used to modify colors. |
| validationMessage | Reported Successfully | Final message at the end of the animation |
| id | 1 | In a case where multiple components are to be rendered on thesame page a unique key sould be provided to each |
| buttonText | <span><Bug size={18}/>Report a bug</span> | Text shown on button and form title |
| onSubmit | none | Function executed once the form is submitted |
| buttonStyle | none | Style the form submit button |