glass-studio-ui-pro 0.1.27 → 0.1.29
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 +1 -30
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -1,30 +1 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
Premium Liquid Glass UI Library for Vue 3.
|
|
4
|
-
|
|
5
|
-
## Features
|
|
6
|
-
- Liquid Glass Distortion
|
|
7
|
-
- Pro Presets
|
|
8
|
-
- License Guard
|
|
9
|
-
- Vue 3 Support
|
|
10
|
-
|
|
11
|
-
## Installation
|
|
12
|
-
```bash
|
|
13
|
-
npm install glass-studio-ui-pro
|
|
14
|
-
```
|
|
15
|
-
|
|
16
|
-
## Global Setup
|
|
17
|
-
```typescript
|
|
18
|
-
import { createApp } from "vue";
|
|
19
|
-
import { GlassUI } from "glass-studio-ui-pro";
|
|
20
|
-
import "glass-studio-ui-pro/style.css";
|
|
21
|
-
|
|
22
|
-
const app = createApp(App);
|
|
23
|
-
app.use(GlassUI, {
|
|
24
|
-
licenseKey: 'YOUR-LICENSE-KEY'
|
|
25
|
-
});
|
|
26
|
-
app.mount("#app");
|
|
27
|
-
```
|
|
28
|
-
|
|
29
|
-
## License
|
|
30
|
-
(C) 2026 Glass Studio All Rights Reserved.
|
|
1
|
+
123
|