feat: add content in installation
This commit is contained in:
parent
c9f0738b7c
commit
8562f8c886
14
packages/react/src/docs/getting-started/installation.mdx
Normal file
14
packages/react/src/docs/getting-started/installation.mdx
Normal file
@ -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.
|
||||||
|
|
Loading…
x
Reference in New Issue
Block a user