UNPKG

reactbits-mcp-server

Version:

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

26 lines (23 loc) 758 B
import { generateCliCommands } from '@/utils/utils'; import code from '@content/Components/ProfileCard/ProfileCard.jsx?raw'; import css from '@content/Components/ProfileCard/ProfileCard.css?raw'; import tsCode from "@ts-default/Components/ProfileCard/ProfileCard.tsx?raw"; export const profileCard = { ...(generateCliCommands('Components/ProfileCard', ['default', 'ts/default'])), usage: `import ProfileCard from './ProfileCard' <ProfileCard name="Javi A. Torres" title="Software Engineer" handle="javicodes" status="Online" contactText="Contact Me" avatarUrl="/path/to/avatar.jpg" showUserInfo={true} enableTilt={true} enableMobileTilt={false} onContactClick={() => console.log('Contact clicked')} />`, code, css, tsCode }