import code from '@content/Components/ScrollStack/ScrollStack.vue?raw'; import { createCodeObject } from '../../../types/code'; export const scrollStack = createCodeObject(code, 'Components/ScrollStack', { installation: `npm install lenis`, usage: ` Card 1 This is the first card in the stack Card 2 This is the second card in the stack Card 3 This is the third card in the stack ` });
This is the first card in the stack
This is the second card in the stack
This is the third card in the stack