Feathery Docs
Home
Community
GitHub
Search
⌃
K
Links
Platform
Quickstart
Form Fields
Build a Form
Launch a Form
Enterprise Compliance
International Forms
Account Settings
FAQs
Guides
Verify Submissions & Prevent Spam
Build a Login or Verification Flow
Build a Payment Flow
Developers
React SDK
API Guide
init()
<Form>
getFieldValues()
setFieldValues()
updateUserId()
Login API
Inline vs Popup Form
Javascript SDK
Migrate to SDK v2.0.0
API
Powered By
GitBook
API Guide
@feathery/react's API guide
The two methods you're required to use are
init()
(for initializing Feathery) and
<Form/>
(for rendering your form). Check out the quick start example
here
.
All other utilities are optional.
Developers - Previous
React SDK
Next
init()
Last modified
1mo ago