Skip to content

proeung/accessible-menu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

accessible-menu

A sandbox static page that demonstrates WCAG accessible mega menu using Tailwind CSS v.3 and extending from Disclosure Menus.

Screen Shot 2022-01-18 at 5 39 22 PM

To get started:

  1. Install the dependencies:

    # Using npm
    npm install
    
    # Using Yarn
    yarn
  2. Start the development server:

    # Using npm
    npm run serve
    
    # Using Yarn
    yarn run serve

    Now you should be able to see the project running at localhost:8080.

  3. Open public/index.html in your editor and start experimenting!

Building for production

To build an optimized version of your CSS, simply run:

# Using npm
npm run production

# Using Yarn
yarn run production

About

WCAG keyboard accessible mega menu using Tailwind CSS & Javascript

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published