docs: change manual installation follow to directory library
This commit is contained in:
parent
0dcf22d6a8
commit
698350998b
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user