mirror of
https://github.com/DavidHDev/vue-bits.git
synced 2026-03-08 16:09:31 -06: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 blobCursor: CodeObject = {
|
||||
cli: `npx jsrepo add https://vue-bits.dev/ui/Animations/BlobCursor`,
|
||||
installation: `npm i gsap`,
|
||||
installation: `npm install gsap`,
|
||||
usage: `<template>
|
||||
<BlobCursor
|
||||
blobType="circle"
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -3,7 +3,7 @@ import type { CodeObject } from '../../../types/code';
|
||||
|
||||
export const metaBalls: CodeObject = {
|
||||
cli: `npx jsrepo add https://vue-bits.dev/ui/Animations/MetaBalls`,
|
||||
installation: `npm i ogl`,
|
||||
installation: `npm install ogl`,
|
||||
usage: `<template>
|
||||
<MetaBalls
|
||||
color="#27ff64"
|
||||
|
||||
Reference in New Issue
Block a user