You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+16Lines changed: 16 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,6 +10,7 @@ An application to draw circuits on a canvas. It is based on the [code-forge-temp
10
10
-[Linting](#linting)
11
11
-[Preview](#preview)
12
12
-[Demo](#demo)
13
+
-[Component Library](#component-library)
13
14
-[License](#license)
14
15
15
16
## Features
@@ -90,5 +91,20 @@ A short video tutorial on how to use the application (the video is showcasing th
90
91
## Demo
91
92
You can view the deployed version of the application [here](https://code-forge-temple.github.io/circuit-sketcher-app).
92
93
94
+
## Component Library
95
+
96
+
To help you get started with Circuit Sketcher, we provide a curated library of circuit components at [circuit-sketcher-lib](https://github.com/code-forge-temple/circuit-sketcher-lib).
97
+
98
+
### Quick Start with Pre-built Components
99
+
100
+
**Import the entire library:**
101
+
- Download the complete component library: [library.json](https://github.com/code-forge-temple/circuit-sketcher-lib/blob/main/assets/lib/library.json)
102
+
- Import it directly into Circuit Sketcher to get access to all available components (right click on canvas to show the menu, then`Library...` ->`Import Library`)
0 commit comments