A net alias. There is no PCB representation for a netalias, traces connected to a netalias will determine where to connect by looking at the nearest ports that are on the same net.

Example Usage

export default () => (
  <netalias name="GND" />
)