Socket
Book a DemoInstallSign in
Socket

@productdevbook/motion

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install
Package version was removed
This package version has been unpublished, mostly likely due to security reasons

@productdevbook/motion

The motion library for Vue 3

unpublished
Source
npmnpm
Version
1.0.4
Version published
Weekly downloads
2
100%
Maintainers
1
Weekly downloads
 
Created
Source

Motion One Vue

Motion One Vue

Version Downloads License Github Stars

This library is motionone library not written for vue 3 and nuxt3.

Setup

Vue 3

pnpm add @productdevbook/motion
# or 
yarn add @productdevbook/motion
# or
npm install --save @productdevbook/motion
import { createApp } from 'vue'
import { Motion, Presence, PresenceGroup } from '@productdevbook/motion'

const app = createApp(App)
app.component('Motion', Motion)
app.component('Presence', Presence)
app.component('PresenceGroup', PresenceGroup)

app.mount('#app')

Nuxt 3

pnpm add @productdevbook/motion
# or
yarn add @productdevbook/motion
# or
npm install --save @productdevbook/motion
// nuxt.config.ts
export default defineNuxtConfig({
  modules: ['@productdevbook/motion/nuxt'],
})

Usage

soon

Thank you

This project is inspired by motiondivision/motionone

vue presence group component is inspired by @Znonymous29

License

This project is licensed under the MIT License.

Keywords

animation

FAQs

Package last updated on 24 Nov 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts