Create fast, accessible components with less code

This is a purely JavaScript-based library with no dependency on third-party libraries. This will act as "Plug n' Play" on your project. Leverage the components from this library to create complex HTML elements and forget about making it accessible. The library will take care of it.

Installation

  • Download files

    At first download A11yWrapper.CSS and A11yWrapper.JS . Then include files into webpage like below

    A11yWrapper.CSS

    
        <!-- CSS Only -->
        <link rel="stylesheet" href="{location of css file}/A11yWrapper.css" />
    
    

    A11yWrapper.JS

    
        <!-- JS Only -->
        <script src="{location of JS file}/A11yWrapper.min.js" type="text/javascript"></script>
    
    
  • Using CDN jsDelivr

    At first download A11yWrapper.CSS and A11yWrapper.JS . Then include files into webpage like below

    A11yWrapper.CSS

    
        <!-- CSS Only -->
        <link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/oni20/A11yWrapper/dist/css/A11yWrapper.min.css" />
    
    

    A11yWrapper.JS

    
        <!-- JS Only -->
        <script src="https://cdn.jsdelivr.net/gh/oni20/A11yWrapper/dist/js/A11yWrapper.min.js" type="text/javascript"></script>  
    
    

Knowledge source