Skip to content

Commit d3ae0d9

Browse files
authored
fix: incorrect prop name for the silkscreenrect component (#302)
1 parent a050d7f commit d3ae0d9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/footprints/silkscreenrect.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ import CircuitPreview from "@site/src/components/CircuitPreview"
2222

2323
## Filled Silkscreen Rectangles
2424

25-
Enable the `isFilled` prop to create solid silkscreen blocks—useful for alignment targets or bold markings. You can mix filled and outlined rectangles within the same footprint.
25+
Enable the `filled` prop to create solid silkscreen blocks—useful for alignment targets or bold markings. You can mix filled and outlined rectangles within the same footprint.
2626

2727
<CircuitPreview code={`
2828
export default () => (
@@ -34,7 +34,7 @@ Enable the `isFilled` prop to create solid silkscreen blocks—useful for alignm
3434
pcbY={0}
3535
width={1}
3636
height={1}
37-
isFilled
37+
filled
3838
/>
3939
</footprint>
4040
</group>

0 commit comments

Comments
 (0)