ng-fusion-ui 0.2.1 → 0.2.3

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 +18 -2
  2. package/package.json +7 -1
package/README.md CHANGED
@@ -1,6 +1,22 @@
1
- # NgFusionUi
1
+ # Ng-Fusion-Ui
2
2
 
3
- Angular - mobile firednly and type safe data-grid system!
3
+ Angular - mobile firednly and type safe data-grid system and more..!
4
+
5
+ ## Documentation
6
+
7
+ For full documentation, visit [Fusion Ui](https://fusion-ui.up.railway.app).
8
+
9
+ ## Installation
10
+
11
+ ```bash
12
+ npm install ng-fusion-ui
13
+
14
+ "styles": [
15
+ ...,
16
+ "node_modules/ng-fusion-ui/styles/styles.scss"
17
+ ],
18
+
19
+ ```
4
20
 
5
21
  ## Basic Usage/Examples
6
22
 
package/package.json CHANGED
@@ -1,6 +1,12 @@
1
1
  {
2
2
  "name": "ng-fusion-ui",
3
- "version": "0.2.1",
3
+ "version": "0.2.3",
4
+ "description": "New Angular component library!",
5
+ "homepage": "https://fusion-ui.up.railway.app",
6
+ "license": "MIT",
7
+ "keywords": [
8
+ "Angular"
9
+ ],
4
10
  "peerDependencies": {
5
11
  "@angular/common": ">=18.0.0",
6
12
  "@angular/core": ">=18.0.0",