mirror of
https://github.com/Dvorinka/Devour.git
synced 2026-06-03 20:13:03 +00:00
17 lines
1.3 KiB
JSON
17 lines
1.3 KiB
JSON
{
|
|
"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"
|
|
} |