UNPKG

reactbits-mcp-server

Version:

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

19 lines (16 loc) 715 B
import { generateCliCommands } from '@/utils/utils'; import code from '@content/TextAnimations/ShinyText/ShinyText.jsx?raw'; import css from '@content/TextAnimations/ShinyText/ShinyText.css?raw'; import tailwind from '@tailwind/TextAnimations/ShinyText/ShinyText.jsx?raw'; import tsCode from '@ts-default/TextAnimations/ShinyText/ShinyText.tsx?raw'; import tsTailwind from '@ts-tailwind/TextAnimations/ShinyText/ShinyText.tsx?raw'; export const shinyText = { ...(generateCliCommands('TextAnimations/ShinyText')), usage: `import ShinyText from './ShinyText'; <ShinyText text="Just some shiny text!" disabled={false} speed={3} className='custom-class' />`, code, css, tailwind, tsCode, tsTailwind }