Skip to content

How to use the @fplan/menu package

  1. Install the package using pnpm add @fplan/menu
  2. These atoms can be filled with the following contents:
    • menuBannerAtom - company logo
    • menuContentAtom - menu items
    • menuTitleAtom — menu title
    • menuFooterAtom - footer

Notes

The Menu component from @fplan/components is already registered as a layout component in the package @fplan/search. This means that the menu is already available in your application if you use the @fplan/search package.

The menuContentAtom atom has a default value, but it can be changed (replaced or added).

Additionally, you can use the menuOpenAtom to open/close the menu, it already works by default.