0.1.21 âĸ Published 11 months ago
nuxt-calendly v0.1.21
đī¸ Nuxt Calendly
Features
- đĒ Â Type safe integration of Calendly into your project
- đ§ą Â Auto-loaded components for Inline Widget, Popup Widget, and Popup Button
- đšī¸  A
useCalendly()
composable to access all of calendly's widget.js methods. - đĨ Â A
useCalendlyEventListener()
composable to listen to certain events provided by calendly. - đ Â Visit the Playground to try out all the functionalities of the module.
- âī¸ Â Inspired by react-calendly
Quick Setup
- Add
nuxt-calendly
dependency to your project
npx nuxi@latest module add calendly
- Add
nuxt-calendly
to themodules
section ofnuxt.config.ts
export default defineNuxtConfig({
modules: ["nuxt-calendly"],
// entirely optional
calendly: {},
})
That's it! You can now use đī¸ Nuxt Calendly in your Nuxt app â¨
Check out the Documentation.
Development
# Install dependencies
npm install
# Generate type stubs
npm run dev:prepare
# Develop with the playground
npm run dev
# Build the playground
npm run dev:build
# Run ESLint
npm run lint
# Run Vitest
npm run test
npm run test:watch
# Release new version
npm run release
0.1.20
1 year ago
0.1.21
11 months ago
0.1.19
1 year ago
0.1.18
1 year ago
0.1.16
2 years ago
0.1.17
2 years ago
0.1.15
2 years ago
0.1.14
2 years ago
0.1.13
2 years ago
0.1.12
2 years ago
0.1.11
2 years ago
0.1.10
2 years ago
0.1.9
2 years ago
0.1.8
2 years ago
0.1.7
2 years ago
0.1.6
2 years ago
0.1.5
2 years ago
0.1.4
2 years ago
0.1.3
2 years ago
0.1.2
2 years ago
0.1.1
2 years ago