Component Adapter
Component Adapter
The Component Adapter system provides a powerful way to customize the UI components used throughout the Gusto Embedded React SDK. This feature allows you to replace the default SDK components with your own custom implementations while maintaining compatibility with the SDK's functionality.
The Component Adapter provides a "bring your own UI" approach, enabling seamless integration with your existing design system while maintaining all the business logic and functionality of the SDK.
Section | Description |
---|---|
How the Component Adapter Works | Learn about the architecture and principles behind the Component Adapter system |
Setting Up Your Component Adapter | Step-by-step instructions for creating and implementing your own Component Adapter |
Component Adapter Types | Details about the TypeScript interfaces used by the Component Adapter system |
Component Inventory | Complete inventory of customizable UI components with prop documentation |
FAQ | Answers to common questions about using the Component Adapter |
Updated about 5 hours ago