Skip to content

@fplan/bookmarks

Setup

To save bookmarks, you must provide a storage key.

Note: The storage key must be unique for each application.

jsx
import { UI } from "@fplan/ui";

{
    /* ... */
}

<UI bookmarksStorageKey="fplan" />;

API

  • bookmarkedAtom - Atom to store the bookmarked items.
  • bookmarkSearchActionTitleAtom - Title for the bookmark search action.