Althought this repo is public and feel free to do what you wish with it, this has been developed for use with websites we develop.
npm install --save nuxt-compnents
npm install --save @oddbird/css-anchor-positioning
Then add the dependency to their extends
in nuxt.config
:
defineNuxtConfig({
extends: 'nuxt-compnents',
});