We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent caf104a commit 5d9845aCopy full SHA for 5d9845a
docs/parts/wokwi-text.md
@@ -0,0 +1,12 @@
1
+---
2
+title: wokwi-text Reference
3
+sidebar_label: wokwi-text
4
5
+
6
+A simple text element.
7
8
+## Attributes
9
10
+| Name | Description | Default value |
11
+| ---- | ------------------------------------------ | ------------- |
12
+| text | The text to display (multi-line supported) | "" |
sidebars.js
@@ -68,6 +68,7 @@ module.exports = {
68
'parts/wokwi-slide-potentiometer',
69
'parts/wokwi-slide-switch',
70
'parts/wokwi-stepper-motor',
71
+ 'parts/wokwi-text',
72
'parts/wokwi-tm1637-7segment',
73
'parts/wokwi-tv',
74
],
0 commit comments