diff --git a/README.md b/README.md index dd02692..859832d 100644 --- a/README.md +++ b/README.md @@ -77,9 +77,9 @@ const Parent = () => { return ( <> - +
바텀시트 컴포넌트
@@ -133,7 +133,7 @@ const carouselList = [0, 1, 2].map((index) => ({
-## **Checkbox** +## Checkbox 체크박스 컴포넌트입니다. @@ -338,9 +338,10 @@ import {Link as RouterLink, NavLink} from 'react-router-dom' ### Props -| props | value | description | -| ------- | ------------------------------------------------------ | ------------------------------------------------ | -| resize? | both, horizontal, vertical, none
(default: both) | Textarea 컴포넌트의 크기 재조정 방향 설정입니다. | +| props | value | description | +| ------------- | ------------------------------------------------------ | ------------------------------------------------ | +| resize? | both, horizontal, vertical, none
(default: both) | Textarea 컴포넌트의 크기 재조정 방향 설정입니다. | +| errorMessage? | string | Textarea 컴포넌트의 에러 메시지입니다. | ### Example @@ -348,3 +349,16 @@ import {Link as RouterLink, NavLink} from 'react-router-dom'