@fuse_ui/spinner 0.0.1 → 0.1.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.
Files changed (2) hide show
  1. package/README.md +25 -0
  2. package/package.json +1 -1
package/README.md ADDED
@@ -0,0 +1,25 @@
1
+ # @fuse_ui/spinner
2
+
3
+ > Part of [Fuse UI](https://github.com/Apps24/fuseui) — Angular 18+ / Ionic 8+ component library
4
+
5
+ ## Installation
6
+
7
+ ```bash
8
+ npm install @fuse_ui/spinner
9
+ ```
10
+
11
+ ## Usage
12
+
13
+ ```ts
14
+ import { FuseSpinnerComponent } from '@fuse_ui/spinner';
15
+ ```
16
+
17
+ ## Peer Dependencies
18
+
19
+ - `@angular/core` >= 18.0.0
20
+ - `@angular/common` >= 18.0.0
21
+ - `rxjs` >= 7.4.0
22
+
23
+ ## License
24
+
25
+ MIT
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fuse_ui/spinner",
3
- "version": "0.0.1",
3
+ "version": "0.1.0",
4
4
  "license": "MIT",
5
5
  "publishConfig": {
6
6
  "access": "public"