Documentation Index
Fetch the complete documentation index at: https://makeswift-openapi-sync-cosmos-pr-2639.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Props
Optional key used when creating an Emotion cache for styles. Pass a unique value to avoid conflicts when multiple Emotion instances share the same key.
Toggle the built-in CSS reset. Set to
false when using @layer-based CSS frameworks like Tailwind. See this guide for more information.The children components to render.
Example
- App Router
The following example shows how the
<RootStyleRegistry> is used to implement the <MakeswiftProvider> client component as outlined in the App Router Installation guide. The <MakeswiftProvider> is subsequently utilized in the App Router’s root layout.