A sandbox static page that demonstrates WCAG accessible mega menu using Tailwind CSS v.3 and extending from Disclosure Menus.
To get started:
-
Install the dependencies:
# Using npm npm install # Using Yarn yarn
-
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.
-
Open
public/index.html
in your editor and start experimenting!
To build an optimized version of your CSS, simply run:
# Using npm
npm run production
# Using Yarn
yarn run production