You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
pin1Position ("leftside-top" | "topside-left" | "topside-right" etc, see footprinter for enum)
This is very similar to footprinter, except we can do more complex things for each pin. For example we could have <padgroup /> to allow multiple elements per pad to form a stamp.
A
<patternlayout />
element places all it's components in a designated pattern.The
pattern
prop can be:linear
grid
circular
quad
This is useful for footprint pads that need to be placed in a quad pattern, or keyboards with fixed-distance keys.
You can use a
<patternlayout />
within aconstrainedlayout
but it the pattern-established relative distances are fixed.Example usage:
Quad could have the following props:
This is very similar to footprinter, except we can do more complex things for each pin. For example we could have
<padgroup />
to allow multiple elements per pad to form a stamp.The text was updated successfully, but these errors were encountered: