const nodeData = { label: 'Social Media', collapsed: true, children: [ { label: 'Platforms', collapsed: true, children: [ { label: 'Meta', collapsed: true, children: [ { label: 'Facebook', link: 'https://facebook.com' }, { label: 'Instagram', link: 'https://instagram.com' } ] }, { label: 'X (Twitter)', collapsed: true, children: [ { label: 'X (Web)', link: 'https://x.com' }, { label: 'TweetDeck', link: 'https://tweetdeck.x.com' } ] } ] } ] };
nodeData
The component includes a default dark-themed UI with:
You can customize:
Any issues/changes needed: kindly contact admin