// ════════════════════════════════════════════════════ // rc-components.jsx — Shared UI Components // Exports to window: ProgressBar, DeviceCard, FormInput, GpudcMockup // ════════════════════════════════════════════════════ /* ── Progress Bar ── */ function ProgressBar({ current }) { const steps = [ { id: 1, label: 'IP-адрес' }, { id: 2, label: 'Логин' }, { id: 3, label: 'Пароль' }, ]; return (
{row.value}
{row.copy && (
.copy()
)}
{highlight === row.key && (
← сюда
)}