UNPKG

reactbits-mcp-server

Version:

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

25 lines (22 loc) 695 B
import { generateCliCommands } from '@/utils/utils'; import code from '@content/Backgrounds/Aurora/Aurora.jsx?raw'; import css from '@content/Backgrounds/Aurora/Aurora.css?raw'; import tailwind from '@tailwind/Backgrounds/Aurora/Aurora.jsx?raw'; import tsCode from '@ts-default/Backgrounds/Aurora/Aurora.tsx?raw'; import tsTailwind from '@ts-tailwind/Backgrounds/Aurora/Aurora.tsx?raw'; export const aurora = { ...(generateCliCommands('Backgrounds/Aurora')), installation: `npm i ogl`, usage: `import Aurora from './Aurora'; <Aurora colorStops={["#3A29FF", "#FF94B4", "#FF3232"]} blend={0.5} amplitude={1.0} speed={0.5} />`, code, css, tailwind, tsCode, tsTailwind }