UNPKG

reactbits-mcp-server

Version:

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

31 lines (28 loc) 890 B
import { generateCliCommands } from '@/utils/utils'; import code from '@content/Components/MagicBento/MagicBento.jsx?raw'; import css from '@content/Components/MagicBento/MagicBento.css?raw'; import tailwind from '@tailwind/Components/MagicBento/MagicBento.jsx?raw'; import tsCode from "@ts-default/Components/MagicBento/MagicBento.tsx?raw"; import tsTailwind from "@ts-tailwind/Components/MagicBento/MagicBento.tsx?raw"; export const magicBento = { ...(generateCliCommands('Components/MagicBento')), installation: `npm install gsap`, usage: `import MagicBento from './MagicBento' <MagicBento textAutoHide={true} enableStars={true} enableSpotlight={true} enableBorderGlow={true} enableTilt={true} enableMagnetism={true} clickEffect={true} spotlightRadius={300} particleCount={12} glowColor="132, 0, 255" />`, code, css, tailwind, tsCode, tsTailwind }