File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -41,20 +41,22 @@ const App = () => {
41
41
export default App ;
42
42
```
43
43
44
+ For a full example, take a look at the ` example ` folder
45
+
44
46
### Props
45
47
46
48
| Props | Required? | Default | Description |
47
49
| ------------------ | --------- | ------------ | ------------------------------------------------------------------------------------- |
48
50
| onChange | Yes | | ` onChange ` function to pass to the component. Returns the event from the component |
49
51
| value | Yes | | ` value ` prop to pass to the component |
50
- | Component | | \ < input/> | Component to render. You can pass components from your component library as this prop |
52
+ | Component | | ` <input/> ` | Component to render. You can pass components from your component library as this prop |
51
53
| lang | | hi | Language you want to transliterate. See the following section for language codes |
52
54
| maxOptions | | 5 | Maximum number of suggestions to show in helper |
53
55
| offsetY | | 0 | Extra space between the top of the helper and bottom of the caret |
54
56
| offsetX | | 0 | Extra space between the caret and left of the helper |
55
57
| containerClassName | | empty string | Classname passed to the container of the component |
56
58
| containerStyles | | {} | CSS styles object passed to the container |
57
- | activeItemStyles | | {} | CSS styles object passed to the active item <li > tag |
59
+ | activeItemStyles | | {} | CSS styles object passed to the active item ` <li> ` tag |
58
60
59
61
### Supported Languages
60
62
You can’t perform that action at this time.
0 commit comments