mirror of
https://github.com/DavidHDev/vue-bits.git
synced 2026-03-07 14:39:30 -07:00
docs: add missing installation, npm i -> npm install
This commit is contained in:
@@ -3,7 +3,7 @@ import type { CodeObject } from '../../../types/code';
|
||||
|
||||
export const imageTrail: CodeObject = {
|
||||
cli: `npx jsrepo add https://vue-bits.dev/ui/Animations/ImageTrail`,
|
||||
installation: `npm i gsap`,
|
||||
installation: `npm install gsap`,
|
||||
usage: `<template>
|
||||
<div :style="{ height: '500px', position: 'relative', overflow: 'hidden'}">
|
||||
<ImageTrail
|
||||
|
||||
Reference in New Issue
Block a user