@jsenv/navi 0.29.23 → 0.29.25

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -47,6 +47,8 @@ A capable `Table` component that handles what you'd expect from a spreadsheet-li
47
47
 
48
48
  Dialogs, badges, details/collapsible, separators, keyboard shortcuts, popovers, copy-to-clipboard, and other utilities.
49
49
 
50
+ A `Dialog`/`Popover` owns whether it is open; what varies is the trigger — a button, a gesture, a piece of application state. Which one to use, and what each costs, is in [docs/popup_open.md](./docs/popup_open.md).
51
+
50
52
  ---
51
53
 
52
54
  Named after Navi, the fairy guide from Zelda — it helps you navigate through the complexities of building modern web applications.