You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This task is to implement single select menus that support he role="menuitem" only. Other options can be tackled in MenuOptionGroups at a later date.
CSS
React
React Examples
Svelte
Svelte Examples
Vue 3
Vue Examples
Publish frameworks
BLOCKED
I've got this updated and can run the menu docs page locally but cannot build. Here's more context…
Site Docs -- I've got this mostly working but I'm temporarily stalled by Vitepress issue (I updated agnostic-vue's package.json to type: module to get it to work with Astro as Vite was complaining it couldn't detect agnostic-vue as an ESM so to use the type:module (or .mjs):
UPDATE:
I had an realization that while I wait for this Vitepress issue to get sorted, I can actually use following workaround (kludgy as it is):
Remove the type: module from agnostic-vue/package.json
Rename files like copystyles.js to copystyles.mjs if get errors
Run npm run build && npm pack
Install in /site e.g. npm i /Users/roblevin/workspace/opensource/agnosticui/agnostic-vue/agnostic-vue-1.0.20.tgz provided building packed npm per previous step
npm run docs:build should now work as will ./deploy.sh
Overview
This task is to implement single select menus that support he role="menuitem" only. Other options can be tackled in MenuOptionGroups at a later date.
BLOCKED
I've got this updated and can run the menu docs page locally but cannot build. Here's more context…
type: module
to get it to work with Astro as Vite was complaining it couldn't detect agnostic-vue as an ESM so to use the type:module (or .mjs):vuejs/vitepress#537 (comment)
The text was updated successfully, but these errors were encountered: