docs: add source attribution for ModeSwitcher and ThemeProvider implementations

This commit is contained in:
ngc2207 2024-12-09 16:49:00 +08:00
parent 8808b4fb9b
commit ed547464c1
2 changed files with 6 additions and 0 deletions

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
"use client"; "use client";
import * as React from "react"; import * as React from "react";

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
"use client"; "use client";
import * as React from "react"; import * as React from "react";