UNPKG

reactbits-mcp-server

Version:

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

20 lines (17 loc) 759 B
import { generateCliCommands } from '@/utils/utils'; import code from '@content/Components/RollingGallery/RollingGallery.jsx?raw'; import css from '@content/Components/RollingGallery/RollingGallery.css?raw'; import tailwind from '@tailwind/Components/RollingGallery/RollingGallery.jsx?raw'; import tsCode from "@ts-default/Components/RollingGallery/RollingGallery.tsx?raw"; import tsTailwind from "@ts-tailwind/Components/RollingGallery/RollingGallery.tsx?raw"; export const rollingGallery = { ...(generateCliCommands('Components/RollingGallery')), installation: `npm i framer-motion`, usage: `import RollingGallery from './RollingGallery' <RollingGallery autoplay={true} pauseOnHover={true} />`, code, css, tailwind, tsCode, tsTailwind }