react-hubspot:用于与Hubspot API交互的React钩子的集合

时间:2024-05-26 14:30:33
【文件属性】:

文件名称:react-hubspot:用于与Hubspot API交互的React钩子的集合

文件大小:39KB

文件格式:ZIP

更新时间:2024-05-26 14:30:33

react forms form hubspot hubspot-api

React Hubspot 用于与Hubspot API交互的React钩子的集合 安装 npm install --save react-hubspot 用法 import { useForm } from 'react-hubspot' export default ( ) => { const { data , isLoading , isError , handleSubmit } = useForm ( { portalId : '' , formId : '<FORM_ID>' } ) return ( < form onSubmit = { handleSubmit } > < input name = "email" type = "text" placeholder = "email" / >


【文件预览】:
react-hubspot-master
----src()
--------useForm.js(1KB)
--------index.js(52B)
----.babelrc(137B)
----.travis.yml(148B)
----README.md(603B)
----.gitignore(19B)
----package-lock.json(163KB)
----package.json(1KB)

网友评论