This package adds the CFDE Navigation Wheel to your site:

npm install git+ssh://github.com/MaayanLab/cfde-wheel
import CFDEWheel from 'cfde-wheel'
export const MyComponent = () => {
// Link opens to a new window
return <CFDEWheel new_window={true}/>
}
Note for Next.js: This is a client component so you need to add 'use client' in the file.
npm run storybook
This should open http://localhost:6006/ where you can view the component.
To get the most up-to-date DCC list, add raw.githubusercontent.com to your Content Security Policy. Otherwise, the wheel will default to the dccs.json at the time of install.