ng-magary 0.0.4 → 0.0.5

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 +17 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -2,11 +2,18 @@
2
2
 
3
3
  [![npm version](https://badge.fury.io/js/ng-magary.svg)](https://badge.fury.io/js/ng-magary)
4
4
  [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
5
+ [![Demo](https://img.shields.io/badge/Demo-Live-brightgreen.svg)](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/components/Button)**
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
- Complete documentation will be available soon. For now, you can explore the components in the source code or check the examples in the demo application.
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
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ng-magary",
3
- "version": "0.0.4",
3
+ "version": "0.0.5",
4
4
  "license": "MIT",
5
5
  "peerDependencies": {
6
6
  "@fortawesome/fontawesome-free": "^7.0.0",