Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions docs/intro/what-is-tscircuit.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,12 @@ tscircuit isn't limited to simple circuits like this. You can keep adding
elements, creating modules and combining them to create more and more complex
circuits. Here's an example of a [simple 3x3 macrokeypad based on the PICO2!](https://tscircuit.com/seveibar/nine-key-keyboard)

<CircuitPreview hide3DTab={true} code={`
import NineKeyKeyboard from "@tsci/seveibar.nine-key-keyboard"

export default () => <NineKeyKeyboard />
`} />

We ordered this one too!

import macrokeypad from "@site/static/img/macrokeypad.png"
Expand Down