UNPKG

reactbits-mcp-server

Version:

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

26 lines (23 loc) 808 B
import { generateCliCommands } from '@/utils/utils'; import code from '@content/TextAnimations/TextType/TextType.jsx?raw'; import css from '@content/TextAnimations/TextType/TextType.css?raw'; import tailwind from '@tailwind/TextAnimations/TextType/TextType.jsx?raw'; import tsCode from '@ts-default/TextAnimations/TextType/TextType.tsx?raw'; import tsTailwind from '@ts-tailwind/TextAnimations/TextType/TextType.tsx?raw'; export const textType = { ...(generateCliCommands('TextAnimations/TextType')), installation: `npm install gsap`, usage: `import TextType from './TextType'; <TextType text={["Text typing effect", "for your websites", "Happy coding!"]} typingSpeed={75} pauseDuration={1500} showCursor={true} cursorCharacter="|" />`, code, css, tailwind, tsCode, tsTailwind }