Skip to content

Commit

Permalink
chore: update readme (#89)
Browse files Browse the repository at this point in the history
  • Loading branch information
alstn113 committed May 14, 2023
1 parent f292e19 commit 2b0c39e
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions packages/react/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@
</tr>
<tr>
<td width="50%">
<img src="https://user-images.githubusercontent.com/75781414/209562230-7f3e9d0d-fa5f-452c-be92-dfeebb251e48.gif" />
<img src="https://user-images.githubusercontent.com/75781414/209572114-dfa9b08a-052b-446e-afd5-388545d09c6b.gif" />
</td>
<td width="50%">
<img src="https://user-images.githubusercontent.com/75781414/209560781-9994d09d-6768-4555-833d-35d6ebe16a11.gif" />
<img src="https://user-images.githubusercontent.com/75781414/209572876-2720e0ef-94bb-441d-b24e-b282fefc683d.gif" />
</td>
</tr>
</tr>
Expand All @@ -45,6 +45,8 @@ To use WAP UI, Install the `@wap-ui/react` package and its peer dependencies.
(`@emotion/react`, `@emotion/styled`, `framer-motion`)

```sh
pnpm add @wap-ui/react @emotion/react @emotion/styled framer-motion
# or
yarn add @wap-ui/react @emotion/react @emotion/styled framer-motion
# or
npm i @wap-ui/react @emotion/react @emotion/styled framer-motion
Expand Down Expand Up @@ -141,7 +143,7 @@ export default Home;
## `Links`

- #### [Documents](https://github.com/pknu-wap/wap-ui/tree/main/docs)
- #### [NPM](https://www.npmjs.com/package/wap-ui)
- #### [NPM](https://www.npmjs.com/package/@wap-ui/react)
- #### [Playground](https://wap-ui.vercel.app/)
- #### [Presentations](https://github.com/pknu-wap/wap-ui/tree/main/ppt)
- #### [Example](https://github.com/pknu-wap/wap-ui/tree/main/example)

0 comments on commit 2b0c39e

Please sign in to comment.