/accessible-menu

WCAG keyboard accessible mega menu using Tailwind CSS & Javascript

Primary LanguageHTML

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