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.
<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"
        }
]}
/>