Skip to content

1.8.1

Compare
Choose a tag to compare
@nandorojo nandorojo released this 16 Feb 23:03
· 47 commits to master since this release

Fixes

In order to support horizontal groups, you can now pass an empty string to textValue in your nested item props:

  <Menu.Group horizontal>
    <Menu.Item key="item" textValue="">
      <Menu.ItemIcon ios={{ name: 'your-icon-here' }} />
    </Menu.Item>
  </Menu.Group>

This lets you use icons only.