Custom JSX Components
Embed custom JSX components into your Feathery form.
Last updated
Was this helpful?
Embed custom JSX components into your Feathery form.
Last updated
Was this helpful?
Include custom JSX components in your by passing them as part of the customComponents
prop or directly as React children
. You can directly from the editor.
Pass your JSX components as a mapping to the customComponents
prop if you'd like them to be placed in specific on specific steps. The key of the mapping is the container ID, and the value is the component itself. If the specified container exists, your component will be appended to any children that already exists within it.
Pass your components as children
if you'd like them to be absolutely positioned and available across every step. You might want to inject custom components like animations, dynamic data, and more.