Command Palettes

Command Palette

/* Wrap your application */
<CommandPalette layout="docs">{/* App here */}</CommandPalette>;

/* And set up your actions */
const actions: Action[] = [];
actions.push({
  id: "logout",
  shortcut: [],
  name: t("app.commands.profile.logout"),
  perform: () => {
    navigate("/logout");
  },
});

cookies.titleSmall

cookies.descriptionSmall shared.learnMore.