techmannih/usbc-charger
This code defines a detailed electronic hardware design for an 85-265VAC to USB-C PD 18W wall charger, including the schematic layout and physical component placements such as connectors, filtering inductors, capacitors, resistors, protection diodes, and an isolated power module, all integrated with 3D models and mechanical enclosures.
- Version
- 1.0.7
- License
- unset
- Stars
- 0
.agents/skills/tscircuit/elements/jumper.md
# `<jumper />`
A simple connector that typically uses a pinrow footprint but can be used for custom layouts as well.
## Example
```tsx
export default () => (
<board width="10mm" height="10mm">
<jumper name="J1" footprint="pinrow4" />
</board>
)
```
## Props
Commonly used: `manufacturerPartNumber`, `pinLabels`, `schPinStyle`, `schPinSpacing`, `schWidth`, `schHeight`, `schDirection`, `schPinArrangement`
## References
- Props: [JumperProps](https://github.com/tscircuit/props#jumperprops-jumper)
- Source: [lib/components/jumper.ts](https://github.com/tscircuit/props/blob/main/lib/components/jumper.ts)
- Local docs: [docs/docs/elements/jumper.mdx](../docs/docs/elements/jumper.mdx)