@tscircuit/common
v0.0.42
Published
These are community-contributed "common" boards or components distributed with [tscircuit](https://github.com/tscircuit/tscircuit)
Downloads
10,218
Readme
@tscircuit/common
These are community-contributed "common" boards or components distributed with tscircuit
import { ArduinoShield } from "tscircuit/common"
return (
<ArduinoShield
chipProps={{ connections: { GND1: "net.GND" } }}
boardProps={{ solderMaskColor: "blue", autorouter: "auto" }}
>
{/* ... */}
</ArduinoShield>
)