We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 74b0eac commit 822dd58Copy full SHA for 822dd58
1 file changed
‎examples/05-a11y-input/README.md‎
@@ -7,3 +7,15 @@
7
<br>
8
9

10
+
11
+### What/How?
12
13
+This example includes a WordPress Gutenberg plugin called `a11y-input` which creates a Gutenberg block also called `a11y-input`.
14
15
+👉 This example is created by running the following steps, that you can follow to build it on your own.
16
17
+- [Run `npx create-guten-block a11y-input` →](https://github.com/ahmadawais/create-guten-block#getting-started)
18
+- Write code in `a11y-input/src/block/block.js`.
19
20
+_That's about it._
21
+>🌟 Star for updates or to appreciate [create-guten-block →](https://github.com/ahmadawais/create-guten-block)
0 commit comments