Skip to content

Commit

Permalink
Issue #15 chore : README.md 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
alstn113 committed Sep 25, 2022
1 parent 5ad7ad1 commit 640f6e7
Showing 1 changed file with 24 additions and 2 deletions.
26 changes: 24 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,24 @@
# 2022_2_WAP_WEB_TEAM1
🌊 Awesome React Component Libraray "wap-ui" .💦
# <div align="center">🌊 WAP-UI 💦</div>

# <div align="center">Awesome React Component Libraray</div>

## `Installing WAP-UI`

```sh
yarn add wap-ui @emotion/react @emotion/styled framer-motion
# or
npm i wap-ui @emotion/react @emotion/styled framer-motion
```

## `Usage`

```jsx
import React from 'react';
import { Button } from 'wap-ui';

const App = () => {
return <Button>버튼</Button>;
};

export default App;
```

0 comments on commit 640f6e7

Please sign in to comment.