Skip to content

docs: document direct .kicad_sym imports#795

Merged
techmannih merged 4 commits into
mainfrom
sym
Jul 16, 2026
Merged

docs: document direct .kicad_sym imports#795
techmannih merged 4 commits into
mainfrom
sym

Conversation

@techmannih

@techmannih techmannih commented Jul 14, 2026

Copy link
Copy Markdown
Member
Screenshot from 2026-07-16 00-21-15

@vercel

vercel Bot commented Jul 14, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
docs Ready Ready Preview, Comment Jul 16, 2026 4:20am

Request Review

footprints and symbols like any other modules inside your tscircuit project:

```tsx
import circuitJsonForSymbol from "./symbol.kicad_sym"

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
import circuitJsonForSymbol from "./symbol.kicad_sym"
import kicadSym from "./symbol.kicad_sym"

<chip
name="U1"
footprint={kicadMod}
symbol={circuitJsonForSymbol}

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
symbol={circuitJsonForSymbol}
symbol={kicadSym}

@seveibar seveibar left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

see comments, there's a pre-existing pattern for this, i think it's not quite technically correct but correct enough for users (I think)

@techmannih techmannih merged commit ec8a8df into main Jul 16, 2026
5 checks passed
@tscircuitbot

Copy link
Copy Markdown

Thank you for your contribution! 🎉

PR Rating:
Impact: Tiny

Track your contributions and see the leaderboard at: tscircuit Contribution Tracker


Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants