reactbits-mcp-server
Version:
MCP Server for React Bits - Access 99+ React components with animations, backgrounds, and UI elements
133 lines (132 loc) • 2.7 kB
JavaScript
// Highlighted sidebar items
export const NEW = ['Faulty Terminal', 'Light Rays', 'Sticker Peel', 'Text Type', 'Galaxy', 'Glass Surface', 'Cubes', 'Curved Loop', 'Magic Bento', 'Ripple Grid', 'Scroll Stack', 'Dark Veil', 'Target Cursor'];
export const UPDATED = [];
// Used for main sidebar navigation
export const CATEGORIES = [
{
name: 'Get Started',
subcategories: [
'Introduction',
'Installation'
]
},
{
name: 'Text Animations',
subcategories: [
'Split Text',
'Blur Text',
'Circular Text',
'Text Type',
'Shiny Text',
'Text Pressure',
'Curved Loop',
'Fuzzy Text',
'Gradient Text',
'Text Trail',
'Falling Text',
'Text Cursor',
'Decrypted Text',
'True Focus',
'Scroll Float',
'Scroll Reveal',
'ASCII Text',
'Scramble Text',
'Rotating Text',
'Glitch Text',
'Scroll Velocity',
'Variable Proximity',
'Count Up',
]
},
{
name: 'Animations',
subcategories: [
'Animated Content',
'Fade Content',
'Pixel Transition',
'Glare Hover',
'Target Cursor',
'Magnet Lines',
'Click Spark',
'Magnet',
'Sticker Peel',
'Pixel Trail',
'Cubes',
'Metallic Paint',
'Noise',
'Shape Blur',
'Crosshair',
'Image Trail',
'Ribbons',
'Splash Cursor',
'Meta Balls',
'Blob Cursor',
'Star Border'
]
},
{
name: 'Components',
subcategories: [
'Animated List',
'Scroll Stack',
'Magic Bento',
'Circular Gallery',
'Stack',
'Fluid Glass',
'Tilted Card',
'Masonry',
'Glass Surface',
'Chroma Grid',
'Folder',
'Model Viewer',
'Lanyard',
'Profile Card',
'Dock',
'Gooey Nav',
'Pixel Card',
'Carousel',
'Spotlight Card',
'Flying Posters',
'Card Swap',
'Infinite Scroll',
'Glass Icons',
'Decay Card',
'Flowing Menu',
'Elastic Slider',
'Counter',
'Infinite Menu',
'Rolling Gallery',
'Stepper',
'Bounce Cards'
],
},
{
name: 'Backgrounds',
subcategories: [
'Dark Veil',
'Silk',
'Light Rays',
'Aurora',
'Particles',
'Beams',
'Lightning',
'Galaxy',
'Dither',
'Faulty Terminal',
'Ripple Grid',
'Dot Grid',
'Threads',
'Hyperspeed',
'Iridescence',
'Waves',
'Grid Distortion',
'Ballpit',
'Orb',
'Letter Glitch',
'Grid Motion',
'Squares',
'Liquid Chrome',
'Balatro'
],
}
];