convertkit-react
React-based library to easily plug ConvertKit forms to your React applications
File Explorer
- node.js.yml
- FUNDING.yml
- convertkit-react.cjs.js
- convertkit-react.esm.js
- builtwith.css
- index.js
- charlotte-styles.css
- index.js
- clare-styles.css
- index.js
- cocoa-styles.css
- index.js
- index.js
- mills-styles.css
- index.js
- monterey-styles.css
- index.js
- pine-styles.css
- index.js
- poplar-styles.css
- index.js
- powell-styles.css
- index.js
- rainier-styles.css
- minimal.js
- .babelrc
- form.js
- index.js
- use-script.js
- use-template.js
- warning.js
- convertKit-react.png
- embed-screenshot.png
- index.test.js
- styleMock.js
- .editorconfig
- .gitignore
- babel.config.cjs
- CHANGELOG.md
- jest.config.json
- package-lock.json
- package.json
- publish.sh
- README.md
- ROADMAP.md
- rollup.config.js
# Use via CDN
jsDelivrjsDelivr serves any public GitHub repository as a CDN with zero setup. Pick a version and a file to get a ready-to-paste link and snippet.
Link
Example
Command Glossary
Commands referenced in this DOCs, explained below.
yarn
View Details ▼
yarn
JavaScript and Node.js package manager alternative.
yarn global add {{module_name}}
Install a module globally:
yarn install
Install all dependencies referenced in the `package.json` file (the `install` is optional):
yarn add {{module_name}}@{{version}}
Install a module and save it as a dependency to the `package.json` file (add `--dev` to save as a dev dependency):
// repository documentation
Was this content helpful?
(0 ratings)
