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
.claude/skills/tscircuit/elements/schematiccell.md
# `<schematiccell />`
A single cell inside `<schematictable />`.
## Example
```tsx
export default () => (
<schematictable schX={0} schY={0}>
<schematicrow height={0.6}>
<schematiccell text="R1" />
<schematiccell text="10k" horizontalAlign="center" />
</schematicrow>
</schematictable>
)
```
## Props
Commonly used: `children`, `horizontalAlign`, `verticalAlign`, `fontSize`, `rowSpan`, `colSpan`, `width`, `text`
## References
- Props: [SchematicCellProps](https://github.com/tscircuit/props#schematiccellprops-schematiccell)
- Source: [lib/components/schematic-cell.ts](https://github.com/tscircuit/props/blob/main/lib/components/schematic-cell.ts)
- Local docs: [docs/docs/elements/schematictable.mdx](../docs/docs/elements/schematictable.mdx)