You can use this component to easily integrate Bitrix24 CRM Forms into ReactJS or NextJS projects. TypeScript is also supported. # Usage ## Setting Up Bitrix24 - Login to [Bitrix24](https://www.bitrix24.net/) - Create a [CRM Form](https://helpdesk.bitrix2
npm install react-bitrix24-formhtml
`
- Note down the src as the URI given ('https://cdn.bitrix24.com/b16700425/crm/form/loader_55.js' in this example), and data as the first attribute ("inline/55/e23xlv" in this example)
Installing
react-bitrix24-form
- Install react-bitrix24-form
`shell
yarn add react-bitrix24-form
`
`shell
npm i react-bitrix24-form
`
- Import Bitrix24Form
`typescript
import { Bitrix24Form } from 'react-bitrix24-form';
`
- Add Bitrix24Form component inside your React component
`typescript
src='https://cdn.bitrix24.com/b16700425/crm/form/loader_55.js'
data="inline/55/e23xlv"
/>
``