Components

1 components available

'use client'
import { useState } from 'react'

const PLATFORMS = [
  { name: 'Twitter / X', icon: '𝕏', color: '#F5F5F0', bg: '#1a1a1a', count: 847 },
  { name: 'LinkedIn', icon: 'in', color: '#0a66c2', bg: 'rgba(10,102,194,0.1)', count: 234 },
  { name: 'Reddit', icon: '🤖', color: '#ff4500', bg: 'rgba(255,69,0,0.1)', count: 1203 },
  { name: 'Hac
SocialSharePanel
SocialSharePanel
Social
react