<hole />
Overview
A hole can be used for mounting and doesn't have any conductive properties, for
a hole with a conductive ring of copper see <platedhole />
.
Holes do not have a schematic representation.
Holes can be used inside of a <footprint />
or
as a standalone element.
export default () => (
<hole diameter="3mm" x={10} y={10} />
)