A group 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 () => (
  <group>
    <resistor name="R1" resistance="1k" />
  </group>
)