File tree Expand file tree Collapse file tree 1 file changed +13
-1
lines changed Expand file tree Collapse file tree 1 file changed +13
-1
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ Then start storybook:
2121npm 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
2525can 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:
4545npm 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
5062Wokwi Elements are released under the [ MIT license] ( LICENSE ) .
You can’t perform that action at this time.
0 commit comments