Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. Weโ€™ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: update browser compatibility #1705

Merged
merged 8 commits into from
Feb 26, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
34 changes: 33 additions & 1 deletion packages/documentation/docs/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,39 @@ The classic theme is the default that can be utilized by any application, includ
</Accordion>

<Accordion title="Which browsers are supported?" id="vendor-support">
Although our design system can be used with any modern browser, we recommend Chrome for the best user experience.
Our design system is compatible with most modern browsers, ensuring broad accessibility and functionality across platforms.
Although we aim to provide a smooth experience across all browsers, we recommend using **Google Chrome** for optimal performance and full feature support.

In addition to Chrome, the design system is also compatible with other popular browsers such as Microsoft Edge, Firefox, and Safari.
However, users of older or less common browsers may experience limited functionality, as our system could rely on features that are not supported or only have partial support in certain versions.

The table below lists the supported versions for various browsers.
<table class="table" >
<thead>
<tr>
<th scope="col">Version</th>
<th scope="col">Chrome</th>
<th scope="col">Edge</th>
<th scope="col">Firefox</th>
<th scope="col">Safari</th>
<th scope="col">Internet Explorer</th>
<th scope="col">Pre-Chromium Edge</th>
</tr>
</thead>
<tbody>
<tr>
<th scope="row">v2.0.0</th>
<td>โœ… v122+</td>
<td>โœ… v122+</td>
<td>โœ… v122+</td>
<td>โœ… v18+</td>
<td>โŒ</td>
<td>โŒ</td>
</tr>
</tbody>
</table>
Please note that our testing primarily focuses on Chrome, so coverage for other browser vendors may not be as detailed.
If you encounter any unexpected behavior, please don't hesitate to reach out to us. Your feedback helps us improve!
</Accordion>

<Accordion title="Which device types are supported?" id="device-type-support">
Expand Down
Loading