starling-devex 0.1.2

Starling: a local dev orchestrator with a central daemon, shared named-URL proxy, and a k9s-style TUI (a Rust port of Tilt + portless)
1
2
3
4
5
6
7
8
9
10
11
import React from "react"
import SocketBar from "./SocketBar"
import { SocketState } from "./types"

export default {
  title: "New UI/_To Review/SocketBar",
}

export const _Reconnecting = () => (
  <SocketBar state={SocketState.Reconnecting} />
)