Documentation
Configuration
Keep defaults, rename components, or install the runtime without styles.
Module options
The module intentionally has a small configuration surface. Provider selection stays close to each component.
export default defineNuxtConfig({
modules: ['nuxt-sharekit'],
shareKit: {
componentPrefix: 'Share',
styled: true
}
})No UI framework lock-in
Set styled to false to skip the package stylesheet. Nuxt UI, Tailwind, and Nuxt Content are not runtime dependencies.