veryfront/context
Access route params, page data, and MDX frontmatter.Import
Examples
Exports
Components
| Name | Description |
|---|---|
PageContextProvider | Provide page context to children |
Functions
| Name | Description |
|---|---|
usePageContext | Get params, frontmatter, headings |
Types
| Name | Description |
|---|---|
MdxHeading | MDX heading (text, id, level) |
PageContextProviderProps | <PageContextProvider> props |
PageContextValue | Page context value shape |
Related
veryfront/router— Client-side navigationveryfront/head— Manage document head