@pepperi-addons/ngx-lib-elements 0.5.0

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 ADDED
@@ -0,0 +1,11 @@
1
+ # @pepperi-addons/ngx-lib-elements
2
+
3
+ Pepperi Angular Elements bundle and compiled Pepperi theme CSS for using PEP-NgxLib components in any framework (e.g., React, Vue, plain HTML).
4
+
5
+ This package ships the prebuilt files from `dist/ngx-lib-elements/`:
6
+ - `main.js` – registers the custom elements
7
+ - `runtime.js` – Angular runtime
8
+ - `polyfills.js` – polyfills used by the build
9
+ - `styles.css` – compiled Pepperi theme CSS
10
+
11
+ For full instructions, see `projects/ngx-lib/elements/README.md` in the source repository.