<courtyardcircle />
Overview
Courtyard circles define the physical boundary of a circular component or feature, including potential tolerance.
export default () => (
<board width="20mm" height="20mm">
<courtyardcircle radius={2} />
<courtyardcircle radius={2} pcbX={5} />
</board>
)
Props
| Prop | Type | Description |
|---|---|---|
radius | number | string | The radius of the circle. |
...PcbLayoutProps | Inherited PcbLayoutProps (e.g. pcbX, pcbY, layer, pcbRotation). |