UNPKG

reactbits-mcp-server

Version:

MCP Server for React Bits - Access 99+ React components with animations, backgrounds, and UI elements

24 lines (21 loc) 845 B
import { generateCliCommands } from '@/utils/utils'; import code from '@content/TextAnimations/ScrollVelocity/ScrollVelocity.jsx?raw'; import css from '@content/TextAnimations/ScrollVelocity/ScrollVelocity.css?raw'; import tailwind from '@tailwind/TextAnimations/ScrollVelocity/ScrollVelocity.jsx?raw'; import tsCode from '@ts-default/TextAnimations/ScrollVelocity/ScrollVelocity.tsx?raw'; import tsTailwind from '@ts-tailwind/TextAnimations/ScrollVelocity/ScrollVelocity.tsx?raw'; export const scrollVelocity = { ...(generateCliCommands('TextAnimations/ScrollVelocity')), installation: `npm i framer-motion`, usage: `import ScrollVelocity from './ScrollVelocity'; <ScrollVelocity texts={['React Bits', 'Scroll Down']} velocity={velocity} className="custom-scroll-text" />`, code, css, tailwind, tsCode, tsTailwind }