Skip to content

Commit

Permalink
docs: 리드미 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
hae-on committed Nov 5, 2023
1 parent e8e799e commit 178b8e0
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -248,6 +248,25 @@ import {Link as RouterLink, NavLink} from 'react-router-dom'
<br />
## Skeleton
로딩 상태를 시각적으로 나타내는 컴포넌트입니다.
### Props
| props | value | description |
| ------- | --------------- | --------------------------------- |
| width? | string , number | Skeleton 컴포넌트의 너비값입니다. |
| height? | string , number | Skeleton 컴포넌트의 높이값입니다. |
### Example
```jsx
<Skeleton width={90} height={90} />
```
<br />
## Spacing
화면 구역을 나누는 여백 컴포넌트입니다.
Expand Down

0 comments on commit 178b8e0

Please sign in to comment.