File tree Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -3,8 +3,6 @@ title: <group />
33description : A group is the basic container element that can contain other elements.
44---
55
6- ## Overview
7-
86A group is the basic container element that can contain other elements.
97
108By default, a group doesn't have any effect on the circuit.
@@ -34,7 +32,6 @@ import CircuitPreview from "@site/src/components/CircuitPreview"
3432| Prop | Type | Description |
3533| --- | --- | --- |
3634| ` name ` | ` string ` | Optional identifier for the group element. |
37- | ` key ` | ` any ` | Custom React key if you are rendering groups dynamically. |
3835| ` children ` | ` any ` | Elements that will be rendered inside the group. |
3936| ` schTitle ` | ` string ` | Title displayed above the group in the schematic view. |
4037| ` showAsSchematicBox ` | ` boolean ` | When true, renders the group as a single schematic box. |
@@ -61,7 +58,7 @@ import CircuitPreview from "@site/src/components/CircuitPreview"
6158 <group pcbGrid pcbGridCols={2} pcbGridGap="1mm">
6259 <resistor name="R1" resistance="1k" footprint="0402" />
6360 <capacitor name="C1" capacitance="10uF" footprint="0402" />
64- <led name="LED1" color="red" footprint="led0603 " />
61+ <led name="LED1" color="red" footprint="0603 " />
6562 <chip name="U1" footprint="soic8" />
6663 </group>
6764 </board>
You can’t perform that action at this time.
0 commit comments