UNPKG

react-network-topology

Version:

![Topology sample](https://user-images.githubusercontent.com/12464010/115136756-d7a0b100-a05c-11eb-9963-6c0b07d702d2.png)

38 lines (30 loc) 397 B
.link { stroke: #000; stroke-width: 1px; } .node { cursor: move; } .circle{ cursor: move; stroke: #000; stroke-width: 1px; } .rect{ cursor: move; stroke: #000; stroke-width: 1px; } .node.router{ fill: #BDA3A3; } .node.edge { fill: #FEF0E1; } .node.switch { fill: #E1ECFE; } .node.text { pointer-events: none; font: 10px sans-serif; }