It was originally a built-in plugin of mind-elixir, but it was extracted after version 2.0.0 because it should be highly customizable. Please feel free to fork this repository and create your own node menu.
npm i @mind-elixir/node-menu-neo
import MindElixir from 'mind-elixir'
import nodeMenu from '@mind-elixir/node-menu-neo'
const mind = new MindElixir(options)
mind.install(nodeMenu)
mind.init(data)
- Svelte
- Vite
- Typescript