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 d45697e commit b0829a4Copy full SHA for b0829a4
README.md
@@ -199,6 +199,12 @@ ReactDOM.render(
199
<th>() => document.body</th>
200
<td>Where to render the DOM node of popup menu when the mode is horizontal or vertical</td>
201
</tr>
202
+ <tr>
203
+ <td>itemRender</td>
204
+ <td>Function(originNode:React.ReactNode, item:ItemType) => React.ReactNode</td>
205
+ <th>() => originNode</th>
206
+ <td>Customize the rendering of menu item</td>
207
+ </tr>
208
<tr>
209
<td>builtinPlacements</td>
210
<td>Object of alignConfigs for <a href="https://github.com/yiminghe/dom-align">dom-align</a></td>
0 commit comments