Social Selector

Select social accounts with animated selection states.

Open in v0~2.0 kB

Last updated: March 7, 2026

Updates on x.com
@educalvolpz

Installation

npx smoothui-cli add social-selector

Features

  • Animated select/deselect
  • Icon and label variants
  • Keyboard and screen reader support
  • Responsive layout

Accessibility

ARIA Attributes

AttributeElementPurpose
aria-labelPlatform buttonsDescribes the action (e.g., "Select X platform")

Screen Reader

  • Each platform icon button contains a visually hidden <span className="sr-only"> with the platform name.
  • SVG icons include <title> elements (e.g., "X icon", "Bluesky icon", "Threads icon").
  • External links use rel="noopener noreferrer" for security.

Reduced Motion

This component respects the prefers-reduced-motion media query via useReducedMotion from Motion. When reduced motion is preferred, the background pill sliding animation and the domain text blur/slide transitions are disabled.

Props