@moraby/app-launcher 2.0.5 → 2.0.8

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
@@ -61,6 +61,10 @@ You can use the bundled Web Component version which includes all dependencies (R
61
61
  - `default-apps`: JSON string defining the apps to show.
62
62
  - `class-name`: Custom class name for the wrapper.
63
63
 
64
+ ### Quick Start (Zero-Config)
65
+
66
+ Use the smart component that handles local storage and settings automatically:
67
+
64
68
  ```tsx
65
69
  import { LocalAppLauncher } from '@moraby/app-launcher';
66
70
  import '@moraby/app-launcher/styles.css';