feat: add LoadedCode for shared.ts in installation page
This commit is contained in:
parent
e4bd8096d0
commit
6e889f180f
@ -1,3 +1,5 @@
|
|||||||
|
import { LoadedCode } from "@/components/LoadedCode";
|
||||||
|
|
||||||
# Installation
|
# Installation
|
||||||
|
|
||||||
Unfortunately, this library is not have its CLI or a script to install quickly and easily.
|
Unfortunately, this library is not have its CLI or a script to install quickly and easily.
|
||||||
@ -9,6 +11,7 @@ But don't worry, you can install it manually.
|
|||||||
1. Install [TailwindCSS](https://tailwindcss.com/docs/installation) and [tailwind-merge](https://github.com/dhiwise/tailwind-merge)
|
1. Install [TailwindCSS](https://tailwindcss.com/docs/installation) and [tailwind-merge](https://github.com/dhiwise/tailwind-merge)
|
||||||
2. Copy & paste `shared.ts` for shared utility used by components.
|
2. Copy & paste `shared.ts` for shared utility used by components.
|
||||||
* You can place it anywhere you want. Just make sure to fix the import in components.
|
* You can place it anywhere you want. Just make sure to fix the import in components.
|
||||||
|
* <LoadedCode from="https://raw.githubusercontent.com/p-sw/ui/main/packages/react/shared.tsx" />
|
||||||
3. Copy & paste components you want to use.
|
3. Copy & paste components you want to use.
|
||||||
4. Import, and use it.
|
4. Import, and use it.
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user