ng-magary 0.0.4 → 0.0.6
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 +17 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -2,11 +2,18 @@
|
|
|
2
2
|
|
|
3
3
|
[](https://badge.fury.io/js/ng-magary)
|
|
4
4
|
[](https://opensource.org/licenses/MIT)
|
|
5
|
+
[](https://your-demo-url.pages.dev)
|
|
5
6
|
|
|
6
7
|
> ⚠️ **Alpha Release** - This library is under active development. APIs may change in future versions.
|
|
7
8
|
|
|
8
9
|
NgMagary is a modern and elegant Angular component library, designed to provide reusable and easy-to-use UI components for your Angular projects.
|
|
9
10
|
|
|
11
|
+
## 🚀 Live Demo
|
|
12
|
+
|
|
13
|
+
**[View Live Demo →] [https://livedemomagary.pages.dev]**
|
|
14
|
+
|
|
15
|
+
Explore all components in action with interactive examples and code snippets.
|
|
16
|
+
|
|
10
17
|
## 🎯 Angular Compatibility
|
|
11
18
|
|
|
12
19
|
NgMagary is **optimized for Angular 20+**, but it's also **compatible with previous versions**:
|
|
@@ -130,7 +137,16 @@ export class AppModule { }
|
|
|
130
137
|
|
|
131
138
|
## 📚 Documentation
|
|
132
139
|
|
|
133
|
-
|
|
140
|
+
**[Live Demo & Examples →](https://your-demo-url.pages.dev)**
|
|
141
|
+
|
|
142
|
+
Explore interactive examples and see all components in action. The demo includes:
|
|
143
|
+
|
|
144
|
+
- 🎨 **Component Gallery**: Visual showcase of all available components
|
|
145
|
+
- 💻 **Code Examples**: Copy-paste ready code snippets
|
|
146
|
+
- 🎛️ **Interactive Playground**: Test component properties and behaviors
|
|
147
|
+
- 📱 **Responsive Design**: See how components work across different screen sizes
|
|
148
|
+
|
|
149
|
+
For additional information, you can also explore the components in the source code.
|
|
134
150
|
|
|
135
151
|
## 🔧 Development
|
|
136
152
|
|