diff --git a/README.md b/README.md
index 8115fea..5fc02b2 100644
--- a/README.md
+++ b/README.md
@@ -198,6 +198,12 @@ export default BasicExample;
placeholder |
+ string |
+ |
+ |
+
+
+ label |
string | React.ReactNode; |
|
|
diff --git a/examples/BasicExample.tsx b/examples/BasicExample.tsx
index b132b4a..4d4e141 100644
--- a/examples/BasicExample.tsx
+++ b/examples/BasicExample.tsx
@@ -14,7 +14,8 @@ function BasicExample(props: Props) {