Go Back

Browser Support

View on GithubView on Github

Intro

Browser compatibility is the capability or flexibility of a website, web application, script or HTML design to function on different web browsers available in the market. Showing this information to your users will help them to save valuable time.

Basic

HIDE Code
Props
<BrowserSupport
    browsers={[
        {
                "vendor": "firefox",
                "version": "> 56"
        },
        {
                "vendor": "chrome",
                "version": "= 62"
        },
        {
                "vendor": "iexplore",
                "version": "> 9"
        },
        {
                "vendor": "safari",
                "version": "> 25"
        },
        {
                "vendor": "netscape",
                "version": "> 42.6"
        },
        {
                "vendor": "opera",
                "version": "< 15.6"
        },
        {
                "vendor": "maxthon",
                "version": ">= 10"
        },
        {
                "vendor": "flock",
                "version": ">= 11"
        }
]}
/>

Without texts

EDIT Code
Props

Gray

EDIT Code
Props
With ♥ by