resizable-textfield
Advanced tools
Comparing version
{ | ||
"name": "resizable-textfield", | ||
"version": "1.0.7", | ||
"version": "1.0.8", | ||
"private": false, | ||
@@ -5,0 +5,0 @@ "description": "A resizable texfield", |
@@ -23,2 +23,9 @@ # resizable-textfield | ||
}; | ||
``` | ||
``` | ||
#### Props | ||
- `value (String)`: Initial value (Optional) * | ||
- `placeholder (String)`: Placeholder (Optional) * | ||
- `styles (Object)`: Custom styles (Optional) | ||
(*) At least one of this fields must be passed or an exception will be thrown. |
10125
2.44%30
30.43%