This commit is contained in:
Tomas Dvorak
2026-02-24 10:33:59 +01:00
parent 409acd2e08
commit 898a3c303f
1374 changed files with 290409 additions and 29187 deletions
+17
View File
@@ -0,0 +1,17 @@
{
"id": "f19621e6b70c05fef25230de",
"source": "solid:signals",
"type": "github-document",
"title": "metaprovider",
"content": "---\ntitle: MetaProvider\norder: 6\nuse_cases: \u003e-\n initializing meta tags, wrapping app, head management setup, meta context,\n always in meta apps\ntags:\n - provider\n - meta\n - setup\n - context\n - wrapper\n - head\nversion: '1.0'\ndescription: \u003e-\n MetaProvider wraps your Solid app to enable head tag management. Essential\n parent component for all metadata components to function properly.\n---\n\n`MetaProvider` is a parent component responsible for wrapping all the metadata components.\nAll components that are contained within this will be added to the application `\u003chead/\u003e`\n\n```tsx twoslash\nimport { MetaProvider } from \"@solidjs/meta\";\n\n\u003cMetaProvider\u003e// add meta components\u003c/MetaProvider\u003e;\n```",
"url": "https://github.com/solidjs/solid-docs/blob/HEAD/src/routes/solid-meta/reference/meta/metaprovider.mdx",
"metadata": {
"path": "src/routes/solid-meta/reference/meta/metaprovider.mdx",
"repo": "solidjs/solid-docs",
"repo_url": "https://github.com/solidjs/solid-docs.git",
"size": 700,
"source_type": "github"
},
"hash": "11143b4eeb7ae096f04837b08d70a42bda0d853e398915d64a0c95cc8881e20f",
"timestamp": "2026-02-23T11:43:00.1912913+01:00"
}