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 a1d9325 commit 6abb77dCopy full SHA for 6abb77d
codegen/consts.js
@@ -50,6 +50,7 @@ module.exports.types = {
50
"formNoValidate": "Boolean",
51
"hidden": "Boolean",
52
"itemScope": "Boolean",
53
+ "loading": "String",
54
"loop": "Boolean",
55
"maxLength": "Int",
56
"minLength": "Int",
codegen/react-html-attributes.json
@@ -282,6 +282,7 @@
282
],
283
"iframe": [
284
"height",
285
+ "loading",
286
"name",
287
"sandbox",
288
"scrolling",
@@ -291,6 +292,7 @@
291
292
"img": [
293
"alt",
294
295
296
297
"sizes",
298
"src",
0 commit comments