You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use the content prop to set the item content. The name prop is the programmatic name, if content is not provided, the name will be Start Cased and used as the content.
Hello, I was just wondering if UTF8 characters will be supported in headers for Menu component,
For instance :
<Menu.Item name='thé' active={activeItem === 'thé'} onClick={this.handleItemClick.bind(this)} />
<Menu.Item name='vin' active={activeItem === 'vin'} onClick={this.handleItemClick.bind(this)} />
You'll see a label Menu like this :
The, Vin
The text was updated successfully, but these errors were encountered: