@imaginario27/air-ui-utils 1.0.1 → 1.0.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 +2 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
# @imaginario27/air-ui-utils
|
|
2
2
|
|
|
3
|
-
Utility package containing helper functions
|
|
3
|
+
Utility package containing helper functions and reusable logic used across the Air UI ecosystem. Designed for Vue and Nuxt applications with TypeScript support.
|
|
4
4
|
|
|
5
5
|
Documentation: [https://air-ui.netlify.app/](https://air-ui.netlify.app/)
|
|
6
6
|
Repository: [https://github.com/imaginario27/air-ui](https://github.com/imaginario27/air-ui)
|
|
7
7
|
|
|
8
8
|
## Features
|
|
9
9
|
|
|
10
|
-
* Utility functions and composables for Vue
|
|
10
|
+
* Utility functions and composables for Vue and Nuxt
|
|
11
11
|
* TypeScript-first design
|
|
12
12
|
* Modular and reusable logic
|
|
13
13
|
* Compatible with Nuxt auto-imports
|