Semantic-UI-React 支持哪些浏览器?
Which browsers are supported by Semantic-UI-React?
我搜索了浏览器对语义 UI 反应的支持,我发现语义 UI(非反应版本)支持以下 version
Browser Support :Last 2 Versions FF, Chrome, Safari Mac IE 11+ Android 4.4+, Chrome for Android 44+ iOS Safari 7+ Microsoft Edge 12+ Although some components will work in IE9, grids and other flexbox components are not supported by IE9 and may not appear correctly.
可以安全地假设 semantic-ui react 也遵循相同的最低浏览器支持吗?我在他们的 GitHub 页面或网站上找不到该信息。
来自语义 UI React 文档:
Can I use a custom CSS theme?
Yes. Semantic UI React includes components that render valid Semantic UI HTML, no CSS is included. This allows you to load any Semantic UI CSS theme on top of your Semantic UI React app.
由于您必须包含自己的 CSS,您可以从官方语义 UI 分发中提取这些文件并确保其版本支持。
我搜索了浏览器对语义 UI 反应的支持,我发现语义 UI(非反应版本)支持以下 version
Browser Support :Last 2 Versions FF, Chrome, Safari Mac IE 11+ Android 4.4+, Chrome for Android 44+ iOS Safari 7+ Microsoft Edge 12+ Although some components will work in IE9, grids and other flexbox components are not supported by IE9 and may not appear correctly.
可以安全地假设 semantic-ui react 也遵循相同的最低浏览器支持吗?我在他们的 GitHub 页面或网站上找不到该信息。
来自语义 UI React 文档:
Can I use a custom CSS theme?
Yes. Semantic UI React includes components that render valid Semantic UI HTML, no CSS is included. This allows you to load any Semantic UI CSS theme on top of your Semantic UI React app.
由于您必须包含自己的 CSS,您可以从官方语义 UI 分发中提取这些文件并确保其版本支持。