import * as React from 'react';
import { Menu } from '@fluentui/react-northstar';
import { CircleIcon } from '@fluentui/react-icons-northstar';
const items = [
{
key: 'editorials',
content: 'Editorials',
menu: {
items: [
{ key: '1', content: 'item1' },
{
key: '2',
content: 'item2',
menu: [
{ key: '1', content: 'item2.1' },
{ key: '2', content: 'item2.2' },
],
},
{
key: '3',
content: 'item3',
menu: [
{ key: '1', content: 'item3.1' },
{ key: '2', content: 'item3.2' },
],
},
],
},
},
{
key: 'review',
content: 'Reviews',
menu: {
items: [
{ key: '1', content: 'item1' },
{
key: '2',
icon: