-
Notifications
You must be signed in to change notification settings - Fork 54
Open
Labels
Description
Add support for responsive design to ensure the app functions well across different screen sizes and resolutions.
Add window event listener to resize event to rescale main grid and update layout.
Provide a hook (e.g., useResponsiveSettings) to allow developers to configure responsive settings such as enabling/disabling responsiveness and setting static width/height, and defining custom breakpoints?
Ideas/Features:
- Adjust layout based on current screen size.
- Provide a hook for configuring responsive settings.
nathan2slime, akhilman, astrary, Emivvvvv and xzima