mirror of
https://github.com/reactjs/react.dev.git
synced 2026-02-24 04:33:10 +00:00
Initial Float docs for hoistable/semantic elements (#6486)
* Initial Float docs for hoistable/semantic elements
This commit is contained in:
@@ -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
|
||||
}
|
||||
]
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user