A common resistor. You can customize the footprint with the footprint prop.

Example Usage

ExampleResistorUsage.tsx
export const ExampleResistorUsage = () => (
  <resistor
    name="R1"
    resistance="1k"
    footprint="0402"
  />
)