2.1.0 • Published 3 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
3 years ago
2.0.3
4 years ago
2.0.2
4 years ago
2.0.13
4 years ago
2.0.5
4 years ago
2.0.14
4 years ago
2.0.4
4 years ago
2.0.11
4 years ago
2.0.7
4 years ago
2.0.12
4 years ago
2.0.6
4 years ago
2.0.9
4 years ago
2.0.10
4 years ago
2.0.8
4 years ago
2.0.1
4 years ago
2.0.0
4 years ago
1.1.0
6 years ago
1.0.3
6 years ago
1.0.2
6 years ago
1.0.1
6 years ago
1.0.0
6 years ago