1.0.3 • Published 1 year ago

@productdevbook/motion v1.0.3

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

Motion One Vue

Motion One Vue

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.

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago

0.1.2

1 year ago

0.1.1

1 year ago

0.1.0

1 year ago

0.0.10

1 year ago

0.0.9

1 year ago

0.0.8

1 year ago

0.0.7

1 year ago

0.0.6

1 year ago

0.0.5

1 year ago

0.0.4

1 year ago

0.0.3

1 year ago

0.0.2

1 year ago