mirror of
https://github.com/zhigang1992/nativewind.git
synced 2026-06-11 08:03:37 +08:00
13 lines
248 B
Plaintext
13 lines
248 B
Plaintext
import { useLocation } from "@docusaurus/router";
|
|
|
|
<p>
|
|
Please refer to the{" "}
|
|
<a
|
|
href={`https://tailwindcss.com/docs/${useLocation()
|
|
.pathname.split("/")
|
|
.pop()}`}
|
|
>
|
|
documentation on the Tailwind CSS website
|
|
</a>
|
|
</p>
|