2.1.0 • Published 1 year ago

@tylermenezes/cognitoforms-react v2.1.0

Weekly downloads
27
License
Artistic-2.0
Repository
github
Last release
1 year ago

CognitoForms React

A React component for embedding CognitoForms forms, making it easy to embed in a React-like way.

Usage:

import CognitoForm from '@tylermenezes/cognitoforms-react';


export default () => (
  <>
    <h1>My Demo Page</h1>
    <CognitoForm
      formId={61}
      accountId={`SOMEACCOUNTIDSTRING`}
      prefill={{
        Name: {
          First: 'John',
          Last: 'Peter',
        }
      }}
      css="* { color: red !important }"
    />
  </h1>
);
2.1.0

1 year ago

2.0.3

2 years ago

2.0.2

2 years ago

2.0.13

2 years ago

2.0.5

2 years ago

2.0.14

2 years ago

2.0.4

2 years ago

2.0.11

2 years ago

2.0.7

2 years ago

2.0.12

2 years ago

2.0.6

2 years ago

2.0.9

2 years ago

2.0.10

2 years ago

2.0.8

2 years ago

2.0.1

2 years ago

2.0.0

2 years ago

1.1.0

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago