nuxt-overlay-component
TypeScript icon, indicating that this package has built-in type declarations

0.1.0 • Public • Published

Nuxt Overlay Component

npm version npm downloads License Nuxt

My new Nuxt module for doing amazing things.

Features

  • Render your custom components as overladed

Quick Setup

  1. Add nuxt-overlay-component dependency to your project
# Using pnpm
pnpm add -D nuxt-overlay-component

# Using yarn
yarn add --dev nuxt-overlay-component

# Using npm
npm install --save-dev nuxt-overlay-component
  1. Add nuxt-overlay-component to the modules section of nuxt.config.ts
export default defineNuxtConfig({
  modules: ["nuxt-overlay-component"],
});
  1. Add nuxt-overlay-component to the modules section of nuxt.config.ts

That's it! You can now use Nuxt Overlay Component in your Nuxt app ✨

Readme

Keywords

none

Package Sidebar

Install

npm i nuxt-overlay-component

Weekly Downloads

1

Version

0.1.0

License

MIT

Unpacked Size

10.4 kB

Total Files

19

Last publish

Collaborators

  • klaveren