Initial Float docs for hoistable/semantic elements (#6486)

* Initial Float docs for hoistable/semantic elements
This commit is contained in:
David McCabe
2024-02-02 12:37:48 -08:00
committed by GitHub
parent 6ca0381a07
commit 8ba877204d
11 changed files with 815 additions and 2 deletions

View File

@@ -218,6 +218,31 @@
{
"title": "<textarea>",
"path": "/reference/react-dom/components/textarea"
},
{
"title": "<link>",
"path": "/reference/react-dom/components/link",
"canary": true
},
{
"title": "<meta>",
"path": "/reference/react-dom/components/meta",
"canary": true
},
{
"title": "<script>",
"path": "/reference/react-dom/components/script",
"canary": true
},
{
"title": "<style>",
"path": "/reference/react-dom/components/style",
"canary": true
},
{
"title": "<title>",
"path": "/reference/react-dom/components/title",
"canary": true
}
]
},