1.0.1 • Published 9 days ago

@fplan/menu v1.0.1

Weekly downloads
-
License
MIT
Repository
-
Last release
9 days ago

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

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.