We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4cfe14a commit 2fe769cCopy full SHA for 2fe769c
README.md
@@ -18,9 +18,7 @@ $ yarn add riec
18
19
### Minimal example
20
21
-Here you can see a minimal example.
22
-
23
-RIEC is a controlled component.
+Here you can see a minimal example:
24
25
```jsx
26
import React, { useState } from 'react'
@@ -42,7 +40,7 @@ const App = () => {
42
40
}
43
41
```
44
45
-Of the over 20 props you can use, only 2 are mandatory:
+RIEC is a controlled component. Only two props are mandatory:
46
47
- `value`: a `string` representing the initial value, updated by the onChange function
48
- `onChange`: a function of value, which is supposed to update value upon success
0 commit comments