2.1.0 • Published 2 years ago
@tylermenezes/cognitoforms-react v2.1.0
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
2 years ago
2.0.3
3 years ago
2.0.2
3 years ago
2.0.13
3 years ago
2.0.5
3 years ago
2.0.14
3 years ago
2.0.4
3 years ago
2.0.11
3 years ago
2.0.7
3 years ago
2.0.12
3 years ago
2.0.6
3 years ago
2.0.9
3 years ago
2.0.10
3 years ago
2.0.8
3 years ago
2.0.1
3 years ago
2.0.0
3 years ago
1.1.0
5 years ago
1.0.3
5 years ago
1.0.2
5 years ago
1.0.1
5 years ago
1.0.0
5 years ago