Modals
Learn how to create and customize modals to display important information or collect user input in your tours.Basic Usage
Create a Modal
Modal with Options
Customization
Styling
Customize modal appearance:Content
Add rich content to modals:Advanced Features
Interactive Modals
Add interactive elements to modals:Conditional Modals
Show modals based on conditions:Best Practices
- Be Clear: Keep modal content focused and concise
- Be Responsive: Ensure modals work well on all screen sizes
- Be Accessible: Include proper keyboard navigation
- Be Consistent: Use consistent styling and behavior
Common Issues
Modal Not Showing
- Check initialization
- Verify content is valid
- Check for z-index conflicts
- Ensure proper event handling
Styling Issues
- Check CSS conflicts
- Verify responsive design
- Check for overflow issues
- Ensure proper positioning