How can i apply color: 'red' to label: 'Earth' . and color : 'green' to label: 'Moon'
items = [
{
label: 'Earth'
},
{
label: 'Moon'
}
}
];
menu: any = React.createRef();
<Menu model={this.items} popup ref={this.menu} />
Prime React Menu
-
- Information
-
Who is online
Users browsing this forum: No registered users and 3 guests