ng-fusion-ui 0.2.1 → 0.2.2
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 +18 -2
- package/package.json +4 -1
package/README.md
CHANGED
|
@@ -1,6 +1,22 @@
|
|
|
1
|
-
#
|
|
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 [Your Site](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,9 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "ng-fusion-ui",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.2",
|
|
4
|
+
"description": "New Angular component library!",
|
|
5
|
+
"homepage": "https://fusion-ui.up.railway.app",
|
|
6
|
+
"license": "MIT",
|
|
4
7
|
"peerDependencies": {
|
|
5
8
|
"@angular/common": ">=18.0.0",
|
|
6
9
|
"@angular/core": ">=18.0.0",
|