Skip to content

Commit b7e9712

Browse files
committed
doc: link to video tutorial + blog post
1 parent a9e2fe7 commit b7e9712

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

README.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Then start storybook:
2121
npm run storybook
2222
```
2323

24-
This will open a local dev server at http://localhost:6006, where you
24+
This will open a local dev server at http://localhost:6006, where you
2525
can interact with the elements and see your changes live, similar to
2626
[https://elements.wokwi.com].
2727

@@ -45,6 +45,18 @@ following command manually and refresh the page:
4545
npm run analyze-components
4646
```
4747

48+
## Learn how to create elements
49+
50+
### Video tutorial
51+
52+
The [Membrane keypad element live-coding tutorial](https://www.youtube.com/watch?v=gh27icNatwA) walks
53+
through the complete process behind creating an element: research, drawing, and writing the code /
54+
stories.
55+
56+
### Blog post
57+
58+
[Recreating The Arduino Pushbutton Using SVG And <lit-element>](https://www.smashingmagazine.com/2020/01/recreating-arduino-pushbutton-svg/)
59+
4860
## License
4961

5062
Wokwi Elements are released under the [MIT license](LICENSE).

0 commit comments

Comments
 (0)