EmbedThemeSync
When the page is loaded inside an iframe with ?embed=1&theme=light|dark
Not VerifiedComponent1 file
Preview
Preview not yet added for EmbedThemeSync.
Add an entry to UI_COMPONENT_PREVIEWS in ui-component-previews.tsx to show a live preview here.
Install
npx shadcn add https://www.razisyed.cv/r/embed-theme-syncUsage
import { EmbedThemeSync } from "@/components/ui/EmbedThemeSync";
export default function Example() {
return <EmbedThemeSync />;
}Source
Loading source...