docs: add source attribution for use-meta-color implementation

This commit is contained in:
ngc2207 2024-12-09 20:40:21 +08:00
parent 93798b5a7e
commit 5ffbecefc2

View File

@ -1,3 +1,6 @@
// This implementation is derived from the solution provided by [shadcn] in shadcn/ui
// https://github.com/shadcn-ui/ui
import * as React from "react";
import { useTheme } from "next-themes";
import { META_THEME_COLORS } from "@/config/site";