Skip to main content
  • For feature requests, please open an issue on the GitHub repository and tag us on Discord.
  • For support, please join the Discord server and get help in the developer channels.
  • Ensure you establish a fixed height for the swap form container under containerStyles
{
   displayMode: "integrated",
   integratedTargetId: "jupiter-plugin",
   containerStyles: {
      height: "500px",
   },
}

Best Practices for Customization

  • Use percentage-based widths for container styles
  • Test on different screen sizes
  • Consider mobile-first design
  • Position widgets in easily accessible locations
  • Consider fixed token pairs for specific use cases
  • Implement proper error handling and prompts
  • Use environment variables for sensitive data
  • Implement proper error boundaries
  • Validate user inputs
I