reactbits-mcp-server
Version:
MCP Server for React Bits - Access 99+ React components with animations, backgrounds, and UI elements
23 lines (19 loc) • 664 B
JavaScript
import { generateCliCommands } from '@/utils/utils';
import code from '@content/Backgrounds/LetterGlitch/LetterGlitch.jsx?raw';
import tailwind from '@tailwind/Backgrounds/LetterGlitch/LetterGlitch.jsx?raw';
import tsCode from '@ts-default/Backgrounds/LetterGlitch/LetterGlitch.tsx?raw';
import tsTailwind from '@ts-tailwind/Backgrounds/LetterGlitch/LetterGlitch.tsx?raw';
export const letterGlitch = {
...(generateCliCommands('Backgrounds/LetterGlitch')),
usage: `import LetterGlitch from './LetterGlitch';
<LetterGlitch
glitchSpeed={50}
centerVignette={true}
outerVignette={false}
smooth={true}
/>`,
code,
tailwind,
tsCode,
tsTailwind
}