Skip to content

Commit ef60e95

Browse files
committed
fixed props table
1 parent a058b1d commit ef60e95

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,20 +41,22 @@ const App = () => {
4141
export default App;
4242
```
4343

44+
For a full example, take a look at the `example` folder
45+
4446
### Props
4547

4648
| Props | Required? | Default | Description |
4749
| ------------------ | --------- | ------------ | ------------------------------------------------------------------------------------- |
4850
| onChange | Yes | | `onChange` function to pass to the component. Returns the event from the component |
4951
| 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 |
5153
| lang | | hi | Language you want to transliterate. See the following section for language codes |
5254
| maxOptions | | 5 | Maximum number of suggestions to show in helper |
5355
| offsetY | | 0 | Extra space between the top of the helper and bottom of the caret |
5456
| offsetX | | 0 | Extra space between the caret and left of the helper |
5557
| containerClassName | | empty string | Classname passed to the container of the component |
5658
| 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 |
5860

5961
### Supported Languages
6062

0 commit comments

Comments
 (0)