Compatibility
MyUI Library is designed to work seamlessly across modern web platforms. Here’s a detailed breakdown of our compatibility targets and support levels.
Browser Support
We support the latest stable versions of all major browsers. We do not support Internet Explorer 11. Our components rely on modern CSS features like Flexbox and Grid, which are well-supported in the browsers listed below.
- Google Chrome (v127+)Supported
- Mozilla Firefox (v128+)Supported
- Microsoft Edge (v127+)Supported
- Safari (v18+)Supported
Framework Versions
Our library is built on top of specific versions of Next.js and React. While it may work with older versions, we only guarantee full functionality and support for the following:
- Next.js (v14+ App Router)Supported
- Next.js (Pages Router)Partial
- React (v18.2+)Supported
- React 17Not Supported
Note on Pages Router: While most components are compatible, some hooks optimized for the App Router (like `usePathname`) may need to be replaced with equivalents from `next/router`.
Styling Engine
The styling is deeply integrated with Tailwind CSS. Using this library without Tailwind is not a supported use case.
- Tailwind CSS (v3.4+)Supported