From 8562f8c8866859305b0e04dac7225d35c12b3d12 Mon Sep 17 00:00:00 2001 From: p-sw Date: Sat, 1 Jun 2024 02:01:59 +0900 Subject: [PATCH] feat: add content in installation --- .../src/docs/getting-started/installation.mdx | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 packages/react/src/docs/getting-started/installation.mdx diff --git a/packages/react/src/docs/getting-started/installation.mdx b/packages/react/src/docs/getting-started/installation.mdx new file mode 100644 index 0000000..cb332c0 --- /dev/null +++ b/packages/react/src/docs/getting-started/installation.mdx @@ -0,0 +1,14 @@ +# Installation + +Unfortunately, this library is not have its CLI or a script to install quickly and easily. + +But don't worry, you can install it manually. + +## Manual Installation + +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. + * You can place it anywhere you want. Just make sure to fix the import in components. +3. Copy & paste components you want to use. +4. Import, and use it. +