docs: change manual installation follow to directory library

This commit is contained in:
p-sw 2024-06-15 04:25:14 +09:00
parent 0dcf22d6a8
commit 698350998b

View File

@ -30,7 +30,7 @@ import {Code} from "@/components/LoadedCode";
<Code language={"json"}>
{`{\n "compilerOptions": {\n "paths": {\n "@pswui-lib": ["<your library file>"]\n }\n }\n}`}
</Code>
3. Grab the library file from [here](https://raw.githubusercontent.com/pswui/ui/main/packages/react/lib.tsx) and put it in the library file path in the tsconfig.
3. Grab the library files from [here](https://github.com/pswui/ui/tree/main/packages/react/lib) and put it in the library file path in the tsconfig.
4. Now you can copy & paste your component in your project.
</TabContent>
</TabProvider>