--- name: shadcn-ui-setup description: Add Shadcn UI components with dark mode support using next-themes. Includes theme provider and CSS variables configuration. --- # Shadcn UI & Theming To set up Shadcn UI & Theming, refer to the fullstackrecipes MCP server resource: **Resource URI:** `recipe://fullstackrecipes.com/shadcn-ui-setup` If the MCP server is not configured, fetch the recipe directly: ```bash curl -H "Accept: text/plain" https://fullstackrecipes.com/api/recipes/shadcn-ui-setup ```