@maz-ui/mcp 4.0.0-beta.26

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 (175) hide show
  1. package/LICENSE +21 -0
  2. package/README.md +264 -0
  3. package/bin/maz-ui-mcp.mjs +7 -0
  4. package/dist/mcp.d.mts +13 -0
  5. package/dist/mcp.d.ts +13 -0
  6. package/dist/mcp.mjs +586 -0
  7. package/docs/generated-docs/maz-accordion.doc.md +21 -0
  8. package/docs/generated-docs/maz-animated-counter.doc.md +17 -0
  9. package/docs/generated-docs/maz-animated-element.doc.md +14 -0
  10. package/docs/generated-docs/maz-animated-text.doc.md +14 -0
  11. package/docs/generated-docs/maz-avatar.doc.md +44 -0
  12. package/docs/generated-docs/maz-backdrop.doc.md +61 -0
  13. package/docs/generated-docs/maz-badge.doc.md +16 -0
  14. package/docs/generated-docs/maz-bottom-sheet.doc.md +21 -0
  15. package/docs/generated-docs/maz-btn.doc.md +30 -0
  16. package/docs/generated-docs/maz-card-spotlight.doc.md +16 -0
  17. package/docs/generated-docs/maz-card.doc.md +39 -0
  18. package/docs/generated-docs/maz-carousel.doc.md +16 -0
  19. package/docs/generated-docs/maz-chart.doc.md +10 -0
  20. package/docs/generated-docs/maz-checkbox.doc.md +34 -0
  21. package/docs/generated-docs/maz-checklist.doc.md +30 -0
  22. package/docs/generated-docs/maz-circular-progress-bar.doc.md +27 -0
  23. package/docs/generated-docs/maz-date-picker.doc.md +52 -0
  24. package/docs/generated-docs/maz-dialog-confirm.doc.md +24 -0
  25. package/docs/generated-docs/maz-dialog.doc.md +22 -0
  26. package/docs/generated-docs/maz-drawer.doc.md +26 -0
  27. package/docs/generated-docs/maz-dropdown.doc.md +42 -0
  28. package/docs/generated-docs/maz-dropzone.doc.md +82 -0
  29. package/docs/generated-docs/maz-expand-animation.doc.md +12 -0
  30. package/docs/generated-docs/maz-fullscreen-loader.doc.md +13 -0
  31. package/docs/generated-docs/maz-gallery.doc.md +17 -0
  32. package/docs/generated-docs/maz-icon.doc.md +18 -0
  33. package/docs/generated-docs/maz-input-code.doc.md +25 -0
  34. package/docs/generated-docs/maz-input-number.doc.md +31 -0
  35. package/docs/generated-docs/maz-input-phone-number.doc.md +56 -0
  36. package/docs/generated-docs/maz-input-price.doc.md +26 -0
  37. package/docs/generated-docs/maz-input-tags.doc.md +24 -0
  38. package/docs/generated-docs/maz-input.doc.md +54 -0
  39. package/docs/generated-docs/maz-lazy-img.doc.md +31 -0
  40. package/docs/generated-docs/maz-link.doc.md +31 -0
  41. package/docs/generated-docs/maz-loading-bar.doc.md +6 -0
  42. package/docs/generated-docs/maz-pagination.doc.md +22 -0
  43. package/docs/generated-docs/maz-popover.doc.md +70 -0
  44. package/docs/generated-docs/maz-pull-to-refresh.doc.md +31 -0
  45. package/docs/generated-docs/maz-radio-buttons.doc.md +33 -0
  46. package/docs/generated-docs/maz-radio.doc.md +33 -0
  47. package/docs/generated-docs/maz-reading-progress-bar.doc.md +18 -0
  48. package/docs/generated-docs/maz-select-country.doc.md +44 -0
  49. package/docs/generated-docs/maz-select.doc.md +65 -0
  50. package/docs/generated-docs/maz-slider.doc.md +20 -0
  51. package/docs/generated-docs/maz-spinner.doc.md +6 -0
  52. package/docs/generated-docs/maz-stepper.doc.md +29 -0
  53. package/docs/generated-docs/maz-switch.doc.md +31 -0
  54. package/docs/generated-docs/maz-table-cell.doc.md +5 -0
  55. package/docs/generated-docs/maz-table-row.doc.md +11 -0
  56. package/docs/generated-docs/maz-table-title.doc.md +5 -0
  57. package/docs/generated-docs/maz-table.doc.md +66 -0
  58. package/docs/generated-docs/maz-tabs-bar.doc.md +18 -0
  59. package/docs/generated-docs/maz-tabs-content-item.doc.md +11 -0
  60. package/docs/generated-docs/maz-tabs-content.doc.md +5 -0
  61. package/docs/generated-docs/maz-tabs.doc.md +17 -0
  62. package/docs/generated-docs/maz-textarea.doc.md +41 -0
  63. package/docs/src/components/index.md +8 -0
  64. package/docs/src/components/maz-accordion.md +80 -0
  65. package/docs/src/components/maz-animated-counter.md +124 -0
  66. package/docs/src/components/maz-animated-element.md +36 -0
  67. package/docs/src/components/maz-animated-text.md +36 -0
  68. package/docs/src/components/maz-avatar.md +179 -0
  69. package/docs/src/components/maz-backdrop.md +16 -0
  70. package/docs/src/components/maz-badge.md +222 -0
  71. package/docs/src/components/maz-bottom-sheet.md +398 -0
  72. package/docs/src/components/maz-btn.md +526 -0
  73. package/docs/src/components/maz-card-spotlight.md +163 -0
  74. package/docs/src/components/maz-card.md +447 -0
  75. package/docs/src/components/maz-carousel.md +127 -0
  76. package/docs/src/components/maz-chart.md +346 -0
  77. package/docs/src/components/maz-checkbox.md +168 -0
  78. package/docs/src/components/maz-checklist.md +414 -0
  79. package/docs/src/components/maz-circular-progress-bar.md +147 -0
  80. package/docs/src/components/maz-date-picker.md +1078 -0
  81. package/docs/src/components/maz-dialog-confirm.md +240 -0
  82. package/docs/src/components/maz-dialog.md +208 -0
  83. package/docs/src/components/maz-drawer.md +177 -0
  84. package/docs/src/components/maz-dropdown.md +650 -0
  85. package/docs/src/components/maz-dropzone.md +442 -0
  86. package/docs/src/components/maz-expand-animation.md +99 -0
  87. package/docs/src/components/maz-fullscreen-loader.md +58 -0
  88. package/docs/src/components/maz-gallery.md +85 -0
  89. package/docs/src/components/maz-icon.md +85 -0
  90. package/docs/src/components/maz-input-code.md +61 -0
  91. package/docs/src/components/maz-input-number.md +81 -0
  92. package/docs/src/components/maz-input-phone-number.md +867 -0
  93. package/docs/src/components/maz-input-price.md +58 -0
  94. package/docs/src/components/maz-input-tags.md +114 -0
  95. package/docs/src/components/maz-input.md +453 -0
  96. package/docs/src/components/maz-lazy-img.md +24 -0
  97. package/docs/src/components/maz-link.md +156 -0
  98. package/docs/src/components/maz-loading-bar.md +26 -0
  99. package/docs/src/components/maz-pagination.md +81 -0
  100. package/docs/src/components/maz-popover.md +1414 -0
  101. package/docs/src/components/maz-pull-to-refresh.md +49 -0
  102. package/docs/src/components/maz-radio-buttons.md +456 -0
  103. package/docs/src/components/maz-radio.md +141 -0
  104. package/docs/src/components/maz-reading-progress-bar.md +74 -0
  105. package/docs/src/components/maz-select-country.md +636 -0
  106. package/docs/src/components/maz-select.md +439 -0
  107. package/docs/src/components/maz-slider.md +191 -0
  108. package/docs/src/components/maz-spinner.md +93 -0
  109. package/docs/src/components/maz-stepper.md +418 -0
  110. package/docs/src/components/maz-switch.md +92 -0
  111. package/docs/src/components/maz-table.md +571 -0
  112. package/docs/src/components/maz-tabs.md +231 -0
  113. package/docs/src/components/maz-textarea.md +218 -0
  114. package/docs/src/composables/use-aos.md +34 -0
  115. package/docs/src/composables/use-breakpoints.md +35 -0
  116. package/docs/src/composables/use-dialog.md +88 -0
  117. package/docs/src/composables/use-display-names.md +174 -0
  118. package/docs/src/composables/use-form-validator.md +1149 -0
  119. package/docs/src/composables/use-idle-timeout.md +256 -0
  120. package/docs/src/composables/use-reading-time.md +168 -0
  121. package/docs/src/composables/use-string-matching.md +63 -0
  122. package/docs/src/composables/use-swipe.md +223 -0
  123. package/docs/src/composables/use-timer.md +130 -0
  124. package/docs/src/composables/use-toast.md +71 -0
  125. package/docs/src/composables/use-user-visibility.md +169 -0
  126. package/docs/src/composables/use-wait.md +62 -0
  127. package/docs/src/composables/use-window-size.md +18 -0
  128. package/docs/src/demo/DemoAuthPage.vue +178 -0
  129. package/docs/src/demo/DemoDashboardPage.vue +298 -0
  130. package/docs/src/demo/DemoProductPage.vue +135 -0
  131. package/docs/src/directives/click-outside.md +275 -0
  132. package/docs/src/directives/fullscreen-img.md +101 -0
  133. package/docs/src/directives/lazy-img.md +184 -0
  134. package/docs/src/directives/tooltip.md +458 -0
  135. package/docs/src/directives/zoom-img.md +127 -0
  136. package/docs/src/guide/cli.md +144 -0
  137. package/docs/src/guide/getting-started.md +284 -0
  138. package/docs/src/guide/icon-set.md +60 -0
  139. package/docs/src/guide/icons.md +481 -0
  140. package/docs/src/guide/mcp.md +210 -0
  141. package/docs/src/guide/migration-v4.md +898 -0
  142. package/docs/src/guide/nuxt.md +411 -0
  143. package/docs/src/guide/resolvers.md +697 -0
  144. package/docs/src/guide/themes.md +789 -0
  145. package/docs/src/guide/translations.md +1173 -0
  146. package/docs/src/guide/vue.md +243 -0
  147. package/docs/src/helpers/camel-case.md +14 -0
  148. package/docs/src/helpers/capitalize.md +51 -0
  149. package/docs/src/helpers/check-availability.md +14 -0
  150. package/docs/src/helpers/country-code-to-unicode-flag.md +213 -0
  151. package/docs/src/helpers/currency.md +67 -0
  152. package/docs/src/helpers/date.md +67 -0
  153. package/docs/src/helpers/debounce-callback.md +14 -0
  154. package/docs/src/helpers/debounce-id.md +14 -0
  155. package/docs/src/helpers/debounce.md +14 -0
  156. package/docs/src/helpers/get-country-flag-url.md +156 -0
  157. package/docs/src/helpers/is-client.md +14 -0
  158. package/docs/src/helpers/is-equal.md +14 -0
  159. package/docs/src/helpers/is-standalone-mode.md +14 -0
  160. package/docs/src/helpers/kebab-case.md +14 -0
  161. package/docs/src/helpers/normalize-string.md +14 -0
  162. package/docs/src/helpers/number.md +65 -0
  163. package/docs/src/helpers/pascal-case.md +14 -0
  164. package/docs/src/helpers/script-loader.md +14 -0
  165. package/docs/src/helpers/sleep.md +14 -0
  166. package/docs/src/helpers/snake-case.md +14 -0
  167. package/docs/src/helpers/throttle-id.md +14 -0
  168. package/docs/src/helpers/throttle.md +14 -0
  169. package/docs/src/index.md +555 -0
  170. package/docs/src/made-with-maz-ui.md +58 -0
  171. package/docs/src/plugins/aos.md +347 -0
  172. package/docs/src/plugins/dialog.md +411 -0
  173. package/docs/src/plugins/toast.md +349 -0
  174. package/docs/src/plugins/wait.md +109 -0
  175. package/package.json +84 -0
@@ -0,0 +1,555 @@
1
+ ---
2
+ layout: home
3
+ title: Maz UI - Standalone Components and Tools Library for Vue & Nuxt
4
+ description: Build amazing interfaces with Maz-UI - standalone components & tools library for Vue.JS & Nuxt.JS
5
+ # hero:
6
+ # name: Maz-UI
7
+ # text: Lightweight and efficient library
8
+ # tagline: Standalone components and tools for Vue & Nuxt
9
+ # image:
10
+ # src: /img/maz-ui-illu.png
11
+ # alt: Logo of Maz-UI
12
+ ---
13
+
14
+ <section class="vp-raw maz-flex maz-flex-col mob-l:maz-flex-center maz-gap-4 dark maz-text-secondary-foreground maz-rounded maz-p-8 maz-my-12 maz-from-primary-400 maz-to-secondary-700 maz-bg-gradient-to-br">
15
+ <h2 class="maz-inline-flex maz-gap-4 mob-l:maz-text-center maz-text-2xl maz-font-semibold dark">
16
+ <span class="maz-text-3xl">🎉</span>
17
+ Maz-UI v4 is here!
18
+ </h2>
19
+ <p class="mob-l:maz-text-center maz-text-lg maz-mb-3 mob-l:maz-max-w-3xl dark">
20
+ Discover the latest major release with improved performance, better tree-shaking, and enhanced TypeScript support, advanced theming, translations, icons set and more.
21
+ </p>
22
+
23
+ <div class="maz-flex maz-gap-2 maz-justify-center maz-flex-wrap">
24
+ <MazBtn href="https://github.com/LouisMazel/maz-ui/blob/master/CHANGELOG.md" color="contrast" outlined class="dark maz-w-full mob-l:maz-w-auto" target="blank">
25
+ Changelog
26
+ </MazBtn>
27
+ <MazBtn href="/guide/migration-v4" color="contrast" class="dark maz-w-full mob-l:maz-w-auto">
28
+ Migration guide
29
+ </MazBtn>
30
+ </div>
31
+ </section>
32
+
33
+ <section id="hero" class="maz-pb-6 tab-m:maz-pb-12 vp-raw">
34
+ <div class="maz-mx-auto maz-max-w-3xl">
35
+ <MazAnimatedText
36
+ text="Collection of standalone components, plugins, directives, composables and more"
37
+ direction="down"
38
+ :delay="0"
39
+ tag="h2"
40
+ class="maz-text-xl maz-tracking-tight maz-text-muted tab-m:maz-flex-center tab-m:maz-w-full"
41
+ :duration="2000"
42
+ :column-gap="0.2"
43
+ />
44
+ <MazAnimatedText
45
+ text="Lightweight and efficient library for"
46
+ last-word="Vue & Nuxt"
47
+ direction="down"
48
+ :delay="500"
49
+ tag="h1"
50
+ class="maz-mt-6 maz-text-4xl maz-tracking-tighter maz-font-bold tab-m:maz-flex-center tab-m:maz-text-5xl lg:maz-text-6xl"
51
+ />
52
+ </div>
53
+ <MazAnimatedElement :delay="1000">
54
+ <div class="maz-mt-12 maz-flex maz-flex-col maz-gap-4 maz-flex-center mob-l:maz-flex-row">
55
+ <MazBtn
56
+ size="lg"
57
+ href="/guide/getting-started"
58
+ class="maz-w-full mob-l:maz-w-auto maz-font-semibold"
59
+ :left-icon="MazPlay"
60
+ >
61
+ Get Started
62
+ </MazBtn>
63
+ <MazBtn v-if="typeof starCount === 'number'" href="https://github.com/LouisMazel/maz-ui" target="blank" outlined color="background" size="lg" class="maz-w-full mob-l:maz-w-auto">
64
+ <template #left-icon>
65
+ <MazGithub class="maz-text-3xl" />
66
+ </template>
67
+ <MazAnimatedCounter :delay="1250" :count="starCount" class="maz-text-xl maz-pl-2" />
68
+ <template #right-icon>
69
+ <MazStar class="maz-text-2xl" />
70
+ </template>
71
+ </MazBtn>
72
+ </div>
73
+ </MazAnimatedElement>
74
+
75
+ <MazAnimatedElement :delay="1250" class="maz-mt-12 tab-l:maz-mt-20">
76
+ <MazTabs>
77
+ <div class="maz-flex maz-justify-between maz-items-start tab-l:maz-items-center maz-gap-4 maz-mb-4 maz-flex-col-reverse tab-l:maz-flex-row">
78
+ <MazTabsBar :items="['Dashboard', 'Product Page', 'Auth Page']" />
79
+ <div class="maz-flex maz-gap-2 maz-items-center maz-flex-row-reverse tab-l:maz-flex-row">
80
+ <MazBtn fab color="background" :icon="isDark ? MazMoon : MazSun" outlined @click="toggleDarkMode" />
81
+ <MazRadioButtons
82
+ :model-value="presetName"
83
+ size="lg"
84
+ :options="[{
85
+ label: 'Pristine',
86
+ value: 'pristine'
87
+ }, {
88
+ label: 'Ocean',
89
+ value: 'ocean'
90
+ }, {
91
+ label: 'Obsidian',
92
+ value: 'obsidian'
93
+ }, {
94
+ label: 'Maz-UI',
95
+ value: 'maz-ui'
96
+ }]"
97
+ @update:model-value="changePreset"
98
+ />
99
+ </div>
100
+ </div>
101
+ <MazTabsContent>
102
+ <MazTabsContentItem :tab="1">
103
+ <MazCard
104
+ bordered
105
+ :padding="false"
106
+ overflow-hidden
107
+ class="maz-relative maz-w-full"
108
+ content-class="maz-flex maz-flex-col maz-gap-2 maz-items-start"
109
+ >
110
+ <DemoDashboardPage :delay="2000" class="maz-hidden tab-m:maz-block" />
111
+ <div class="dark:maz-hidden">
112
+ <MazLazyImg class="maz-block tab-m:!maz-hidden maz-w-full maz-min-h-40" src="/img/demo/dashboard-light.png" alt="Maz-UI" />
113
+ </div>
114
+ <div class="maz-hidden dark:maz-block">
115
+ <MazLazyImg src="/img/demo/dashboard-dark.png" class="maz-block tab-m:!maz-hidden maz-w-full maz-min-h-40" alt="Maz-UI" />
116
+ </div>
117
+ </MazCard>
118
+ </MazTabsContentItem>
119
+ <MazTabsContentItem :tab="2">
120
+ <MazCard
121
+ bordered
122
+ :padding="false"
123
+ overflow-hidden
124
+ class="maz-relative maz-w-full"
125
+ content-class="maz-flex maz-flex-col maz-gap-2 maz-items-start"
126
+ >
127
+ <DemoProductPage class="maz-hidden tab-m:maz-block" />
128
+ <div class="dark:maz-hidden">
129
+ <MazLazyImg class="maz-block tab-m:!maz-hidden maz-w-full maz-min-h-40" src="/img/demo/product-page-light.png" alt="Maz-UI" />
130
+ </div>
131
+ <div class="maz-hidden dark:maz-block">
132
+ <MazLazyImg src="/img/demo/product-page-dark.png" class="maz-block tab-m:!maz-hidden maz-w-full maz-min-h-40" alt="Maz-UI" />
133
+ </div>
134
+ </MazCard>
135
+ </MazTabsContentItem>
136
+ <MazTabsContentItem :tab="3">
137
+ <MazCard
138
+ bordered
139
+ :padding="false"
140
+ overflow-hidden
141
+ class="maz-relative maz-w-full"
142
+ content-class="maz-flex maz-flex-col maz-gap-2 maz-items-start"
143
+ >
144
+ <DemoAuthPage class="maz-hidden tab-m:maz-flex" />
145
+ <div class="dark:maz-hidden">
146
+ <MazLazyImg class="maz-block tab-m:!maz-hidden maz-w-full maz-min-h-40" src="/img/demo/auth-page-light.png" alt="Maz-UI" />
147
+ </div>
148
+ <div class="maz-hidden dark:maz-block">
149
+ <MazLazyImg src="/img/demo/auth-page-dark.png" class="maz-block tab-m:!maz-hidden maz-w-full maz-min-h-40" alt="Maz-UI" />
150
+ </div>
151
+ </MazCard>
152
+ </MazTabsContentItem>
153
+ </MazTabsContent>
154
+ </MazTabs>
155
+ </MazAnimatedElement>
156
+ </section>
157
+
158
+ <section class="vp-raw">
159
+ <h2 class="maz-text-2xl maz-font-bold maz-mb-8">Why choose Maz-UI ?</h2>
160
+ <div class="maz-grid mob-l:maz-grid-cols-2 tab-m:maz-grid-cols-3 maz-gap-4 maz-flex-wrap vp-raw">
161
+ <MazCardSpotlight content-class="maz-flex maz-flex-col maz-gap-2 maz-items-start">
162
+ <span class="maz-py-1 maz-px-2 maz-bg-surface-400 maz-rounded-md maz-text-2xl">
163
+ ⚡️
164
+ </span>
165
+ <h2 class="maz-text-base maz-font-semibold">Standalone</h2>
166
+ <p class="dark:maz-text-gray-300 maz-text-muted maz-text-sm">
167
+ All components or tools are standalone; if you want, you can use only one module from this library.
168
+ You don't need to install the whole library.
169
+ </p>
170
+ </MazCardSpotlight>
171
+ <MazCardSpotlight content-class="maz-flex maz-flex-col maz-gap-2 maz-items-start">
172
+ <span class="maz-py-1 maz-px-2 maz-bg-surface-400 maz-rounded-md maz-text-2xl">
173
+ 👨‍❤️‍👨
174
+ </span>
175
+ <h2 class="maz-text-base maz-font-semibold">SSR Friendly</h2>
176
+ <p class="dark:maz-text-gray-300 maz-text-muted maz-text-sm">
177
+ All components work with Nuxt, no need to install components on the client side.
178
+ </p>
179
+ </MazCardSpotlight>
180
+ <MazCardSpotlight content-class="maz-flex maz-flex-col maz-gap-2 maz-items-start">
181
+ <span class="maz-py-1 maz-px-2 maz-bg-surface-400 maz-rounded-md maz-text-2xl">
182
+ 🔐
183
+ </span>
184
+ <h2 class="maz-text-base maz-font-semibold">Typescript</h2>
185
+ <p class="dark:maz-text-gray-300 maz-text-muted maz-text-sm">
186
+ This library is written in Typescript, so all types and declarations are directly available.
187
+ </p>
188
+ </MazCardSpotlight>
189
+ <a href="/guide/themes" class="maz-flex">
190
+ <MazCardSpotlight class="maz-w-full" content-class="maz-flex maz-flex-col maz-gap-2 maz-items-start">
191
+ <span class="maz-py-1 maz-px-2 maz-bg-surface-400 maz-rounded-md maz-text-2xl">
192
+ 💄
193
+ </span>
194
+ <h2 class="maz-text-base maz-font-semibold">Theming</h2>
195
+ <p class="dark:maz-text-gray-300 maz-text-muted maz-text-sm">
196
+ Created with TailwindCSS | Optimized CSS file sizes | Complies with all CSS best practices | Use your theme easily.
197
+ </p>
198
+ <div class="maz-flex-1"></div>
199
+ <MazBtn color="background" outlined size="sm" block href="/guide/themes">Discover</MazBtn>
200
+ </MazCardSpotlight>
201
+ </a>
202
+ <a href="/guide/dark-mode" class="maz-flex">
203
+ <MazCardSpotlight class="maz-w-full" content-class="maz-flex maz-flex-col maz-gap-2 maz-items-start">
204
+ <span class="maz-py-1 maz-px-2 maz-bg-surface-400 maz-rounded-md maz-text-2xl">
205
+ 🌗
206
+ </span>
207
+ <h2 class="maz-text-base maz-font-semibold">Dark and Light Theme</h2>
208
+ <p class="dark:maz-text-gray-300 maz-text-muted maz-text-sm">
209
+ All components support the Dark and Light themes.
210
+ </p>
211
+ <div class="maz-flex-1"></div>
212
+ <MazBtn color="background" outlined size="sm" block href="/guide/dark-mode">Discover</MazBtn>
213
+ </MazCardSpotlight>
214
+ </a>
215
+ <a href="/plugins/toast" class="maz-flex">
216
+ <MazCardSpotlight class="maz-w-full" content-class="maz-flex maz-flex-col maz-gap-2 maz-items-start">
217
+ <span class="maz-py-1 maz-px-2 maz-bg-surface-400 maz-rounded-md maz-text-2xl">
218
+ 🛠
219
+ </span>
220
+ <h2 class="maz-text-base maz-font-semibold">Tools</h2>
221
+ <p class="dark:maz-text-gray-300 maz-text-muted maz-text-sm">
222
+ Maz-ui provides many modules, plugins, directives, formatters and composables
223
+ </p>
224
+ <div class="maz-flex-1"></div>
225
+ <MazBtn color="background" outlined size="sm" block href="/plugins/toast">Discover</MazBtn>
226
+ </MazCardSpotlight>
227
+ </a>
228
+ </div>
229
+ </section>
230
+
231
+ <section class="maz-my-12 vp-raw">
232
+ <h2 class="maz-text-2xl maz-font-bold maz-mb-8">Ecosystem</h2>
233
+
234
+ <div class="maz-grid maz-grid-cols-1 tab-m:maz-grid-cols-2 maz-gap-4">
235
+ <a href="/guide/nuxt" class="maz-flex">
236
+ <MazCardSpotlight class="maz-w-full" color="accent" content-class="maz-flex maz-flex-col maz-gap-2 maz-items-start">
237
+ <div class="maz-flex maz-items-start maz-gap-2 maz-justify-between maz-w-full">
238
+ <span class="maz-py-1 maz-px-2 maz-bg-surface-400 maz-rounded-md maz-text-2xl">
239
+ 🚀
240
+ </span>
241
+ <MazBadge color="accent" class="maz-text-base">Package</MazBadge>
242
+ </div>
243
+ <h3 class="maz-text-base maz-font-semibold">@maz-ui/nuxt</h3>
244
+ <p class="dark:maz-text-gray-300 maz-text-muted maz-text-sm">
245
+ Official Nuxt module with auto-imports, optimized builds, and seamless SSR support. Zero configuration required.
246
+ </p>
247
+ <div class="maz-flex-1"></div>
248
+ <MazBtn color="background" outlined size="sm" block href="/guide/nuxt">Discover</MazBtn>
249
+ </MazCardSpotlight>
250
+ </a>
251
+ <a href="/guide/icons" class="maz-flex">
252
+ <MazCardSpotlight class="maz-w-full" color="accent" content-class="maz-flex maz-flex-col maz-gap-2 maz-items-start">
253
+ <div class="maz-flex maz-items-start maz-gap-2 maz-justify-between maz-w-full">
254
+ <span class="maz-py-1 maz-px-2 maz-bg-surface-400 maz-rounded-md maz-text-2xl">
255
+ 🎨
256
+ </span>
257
+ <MazBadge color="accent" class="maz-text-base">Package</MazBadge>
258
+ </div>
259
+ <h3 class="maz-text-base maz-font-semibold">@maz-ui/icons</h3>
260
+ <p class="dark:maz-text-gray-300 maz-text-muted maz-text-sm">
261
+ 328+ beautiful SVG icons ready for Vue. Multiple usage patterns: components, direct SVG files, or auto-import.
262
+ </p>
263
+ <div class="maz-flex-1"></div>
264
+ <MazBtn color="background" outlined size="sm" block href="/guide/icons">Discover</MazBtn>
265
+ </MazCardSpotlight>
266
+ </a>
267
+ <a href="/guide/translations" class="maz-flex">
268
+ <MazCardSpotlight class="maz-w-full" color="accent" content-class="maz-flex maz-flex-col maz-gap-2 maz-items-start">
269
+ <div class="maz-flex maz-items-start maz-gap-2 maz-justify-between maz-w-full">
270
+ <span class="maz-py-1 maz-px-2 maz-bg-surface-400 maz-rounded-md maz-text-2xl">
271
+ 🌍
272
+ </span>
273
+ <MazBadge color="accent" class="maz-text-base">Package</MazBadge>
274
+ </div>
275
+ <h3 class="maz-text-base maz-font-semibold">@maz-ui/translations</h3>
276
+ <p class="dark:maz-text-gray-300 maz-text-muted maz-text-sm">
277
+ Simple internationalization system for Maz-UI components. Translate your interface into any language with ease.
278
+ </p>
279
+ <div class="maz-flex-1"></div>
280
+ <MazBtn color="background" outlined size="sm" block href="/guide/translations">Discover</MazBtn>
281
+ </MazCardSpotlight>
282
+ </a>
283
+ <a href="/guide/themes" class="maz-flex">
284
+ <MazCardSpotlight class="maz-w-full" color="accent" content-class="maz-flex maz-flex-col maz-gap-2 maz-items-start">
285
+ <div class="maz-flex maz-items-start maz-gap-2 maz-justify-between maz-w-full">
286
+ <span class="maz-py-1 maz-px-2 maz-bg-surface-400 maz-rounded-md maz-text-2xl">
287
+ 🎭
288
+ </span>
289
+ <MazBadge color="accent" class="maz-text-base">Package</MazBadge>
290
+ </div>
291
+ <h3 class="maz-text-base maz-font-semibold">@maz-ui/themes</h3>
292
+ <p class="dark:maz-text-gray-300 maz-text-muted maz-text-sm">
293
+ Pre-built theme collections and design tokens for rapid UI development. Ready-to-use color schemes and styles.
294
+ </p>
295
+ <div class="maz-flex-1"></div>
296
+ <MazBtn color="background" outlined size="sm" block href="/guide/themes">Discover</MazBtn>
297
+ </MazCardSpotlight>
298
+ </a>
299
+ <a href="/guide/mcp" class="maz-flex">
300
+ <MazCardSpotlight class="maz-w-full" color="accent" content-class="maz-flex maz-flex-col maz-gap-2 maz-items-start">
301
+ <div class="maz-flex maz-items-start maz-gap-2 maz-justify-between maz-w-full">
302
+ <span class="maz-py-1 maz-px-2 maz-bg-surface-400 maz-rounded-md maz-text-2xl">
303
+ 🚀
304
+ </span>
305
+ <MazBadge color="accent" class="maz-text-base">Package</MazBadge>
306
+ </div>
307
+ <h3 class="maz-text-base maz-font-semibold">@maz-ui/mcp</h3>
308
+ <p class="dark:maz-text-gray-300 maz-text-muted maz-text-sm">
309
+ Provides a Model Context Protocol (MCP) server that exposes Maz-UI documentation to AI agents. This server enables AI agents to generate code and assist developers in using Maz-UI.
310
+ </p>
311
+ <div class="maz-flex-1"></div>
312
+ <MazBtn color="background" outlined size="sm" block href="/guide/mcp">Discover</MazBtn>
313
+ </MazCardSpotlight>
314
+ </a>
315
+ </div>
316
+ </section>
317
+
318
+ <section class="maz-mt-12 vp-raw">
319
+ <h2 class="maz-text-2xl maz-font-bold maz-mb-8">Popular Components & Modules</h2>
320
+
321
+ <div class="maz-grid maz-grid-cols-1 tab-m:maz-grid-cols-2 tab-l:maz-grid-cols-3 maz-gap-4">
322
+ <MazCardSpotlight color="info" content-class="maz-flex maz-flex-col maz-gap-2">
323
+ <div class="maz-flex maz-items-start maz-gap-2 maz-justify-between w-full">
324
+ <span class="maz-py-1 maz-px-2 maz-bg-surface-400 maz-rounded-md maz-text-2xl">
325
+ 📞
326
+ </span>
327
+ <MazBadge color="primary" class="maz-text-base">Component</MazBadge>
328
+ </div>
329
+ <h3 class="maz-text-base maz-font-semibold">MazInputPhoneNumber</h3>
330
+ <p class="dark:maz-text-gray-300 maz-text-muted maz-text-sm">
331
+ A powerful phone number input component with international number formatting and validation.
332
+ </p>
333
+ <div class="maz-flex-1"></div>
334
+ <MazBtn color="background" outlined size="sm" block href="/components/maz-phone-number-input">Discover</MazBtn>
335
+ </MazCardSpotlight>
336
+ <MazCardSpotlight color="info" content-class="maz-flex maz-flex-col maz-gap-2">
337
+ <div class="maz-flex maz-items-start maz-gap-2 maz-justify-between w-full">
338
+ <span class="maz-py-1 maz-px-2 maz-bg-surface-400 maz-rounded-md maz-text-2xl">
339
+ 🪟
340
+ </span>
341
+ <MazBadge color="primary" class="maz-text-base">Component</MazBadge>
342
+ </div>
343
+ <h3 class="maz-text-base maz-font-semibold">MazPopover</h3>
344
+ <p class="dark:maz-text-gray-300 maz-text-muted maz-text-sm">
345
+ A powerful popover component with various customization options and smooth animations.
346
+ </p>
347
+ <div class="maz-flex-1"></div>
348
+ <MazBtn color="background" outlined size="sm" block href="/components/maz-popover">Discover</MazBtn>
349
+ </MazCardSpotlight>
350
+ <MazCardSpotlight color="info" content-class="maz-flex maz-flex-col maz-gap-2">
351
+ <div class="maz-flex maz-items-start maz-gap-2 maz-justify-between w-full">
352
+ <span class="maz-py-1 maz-px-2 maz-bg-surface-400 maz-rounded-md maz-text-2xl">
353
+ ✏️
354
+ </span>
355
+ <MazBadge color="primary" class="maz-text-base">Component</MazBadge>
356
+ </div>
357
+ <h3 class="maz-text-base maz-font-semibold">MazInput</h3>
358
+ <p class="dark:maz-text-gray-300 maz-text-muted maz-text-sm">
359
+ A versatile input component with various customization options and validation support.
360
+ </p>
361
+ <div class="maz-flex-1"></div>
362
+ <MazBtn color="background" outlined size="sm" block href="/components/maz-input">Discover</MazBtn>
363
+ </MazCardSpotlight>
364
+ <MazCardSpotlight color="info" content-class="maz-flex maz-flex-col maz-gap-2">
365
+ <div class="maz-flex maz-items-start maz-gap-2 maz-justify-between w-full">
366
+ <span class="maz-py-1 maz-px-2 maz-bg-surface-400 maz-rounded-md maz-text-2xl">
367
+ 🔔
368
+ </span>
369
+ <MazBadge color="info" class="maz-text-base">Plugin</MazBadge>
370
+ </div>
371
+ <h3 class="maz-text-base maz-font-semibold">Toast</h3>
372
+ <p class="dark:maz-text-gray-300 maz-text-muted maz-text-sm">
373
+ A simple and customizable toast notification module to display messages to users.
374
+ </p>
375
+ <div class="maz-flex-1"></div>
376
+ <MazBtn color="background" outlined size="sm" block href="/plugins/toast">Discover</MazBtn>
377
+ </MazCardSpotlight>
378
+ </div>
379
+ </section>
380
+
381
+ <section class="maz-mt-12 vp-raw">
382
+ <h2 class="maz-text-2xl maz-font-bold maz-mb-8">Latest Components & Modules</h2>
383
+ <div class="maz-grid maz-grid-cols-1 tab-m:maz-grid-cols-2 tab-l:maz-grid-cols-3 maz-gap-4">
384
+ <MazCardSpotlight color="secondary" content-class="maz-flex maz-flex-col maz-gap-2">
385
+ <div class="maz-flex maz-items-start maz-gap-2 maz-justify-between w-full">
386
+ <span class="maz-py-1 maz-px-2 maz-bg-surface-400 maz-rounded-md maz-text-2xl">
387
+
388
+ </span>
389
+ <MazBadge color="primary" class="maz-text-base">Component</MazBadge>
390
+ </div>
391
+ <h3 class="maz-text-base maz-font-semibold">MazAnimatedText</h3>
392
+ <p class="dark:maz-text-gray-300 maz-text-muted maz-text-sm">
393
+ A text animation component that brings your content to life with smooth sliding blur effects and gradient highlights. Perfect for creating engaging headings and text transitions.
394
+ </p>
395
+ <div class="maz-flex-1"></div>
396
+ <MazBtn color="background" outlined size="sm" block href="/components/maz-animated-text">Discover</MazBtn>
397
+ </MazCardSpotlight>
398
+ <MazCardSpotlight color="secondary" content-class="maz-flex maz-flex-col maz-gap-2">
399
+ <div class="maz-flex maz-items-start maz-gap-2 maz-justify-between w-full">
400
+ <span class="maz-py-1 maz-px-2 maz-bg-surface-400 maz-rounded-md maz-text-2xl">
401
+ 🎭
402
+ </span>
403
+ <MazBadge color="primary" class="maz-text-base">Component</MazBadge>
404
+ </div>
405
+ <h3 class="maz-text-base maz-font-semibold">MazAnimatedElement</h3>
406
+ <p class="dark:maz-text-gray-300 maz-text-muted maz-text-sm">
407
+ A versatile animation component that adds smooth entrance animations to any element. Features multiple animation directions and customizable timing for creating engaging UI interactions.
408
+ </p>
409
+ <div class="maz-flex-1"></div>
410
+ <MazBtn color="background" outlined size="sm" block href="/components/maz-animated-element">Discover</MazBtn>
411
+ </MazCardSpotlight>
412
+ <MazCardSpotlight color="secondary" content-class="maz-flex maz-flex-col maz-gap-2">
413
+ <div class="maz-flex maz-items-start maz-gap-2 maz-justify-between w-full">
414
+ <span class="maz-py-1 maz-px-2 maz-bg-surface-400 maz-rounded-md maz-text-2xl">
415
+ 🔦
416
+ </span>
417
+ <MazBadge color="primary" class="maz-text-base">Component</MazBadge>
418
+ </div>
419
+ <h3 class="maz-text-base maz-font-semibold">MazCardSpotlight</h3>
420
+ <p class="dark:maz-text-gray-300 maz-text-muted maz-text-sm">
421
+ A beautiful card component with a spotlight effect that follows your cursor movement. Perfect for highlighting important content or creating engaging UI elements.
422
+ </p>
423
+ <div class="maz-flex-1"></div>
424
+ <MazBtn color="background" outlined size="sm" block href="/components/maz-card-spotlight">Discover</MazBtn>
425
+ </MazCardSpotlight>
426
+ <MazCardSpotlight color="secondary" content-class="maz-flex maz-flex-col maz-gap-2">
427
+ <div class="maz-flex maz-items-start maz-gap-2 maz-justify-between w-full">
428
+ <span class="maz-py-1 maz-px-2 maz-bg-surface-400 maz-rounded-md maz-text-2xl">
429
+ 📝
430
+ </span>
431
+ <MazBadge color="success" class="maz-text-base">Composable</MazBadge>
432
+ </div>
433
+ <h3 class="maz-text-base maz-font-semibold">useFormValidator</h3>
434
+ <p class="dark:maz-text-gray-300 maz-text-muted maz-text-sm">
435
+ A Vue 3 composable designed to simplify form validation using Valibot as the validation library. Offers a flexible and typed approach to handle form validation.
436
+ </p>
437
+ <div class="maz-flex-1"></div>
438
+ <MazBtn color="background" outlined size="sm" block href="/composables/use-form-validator">Discover</MazBtn>
439
+ </MazCardSpotlight>
440
+ <MazCardSpotlight color="secondary" content-class="maz-flex maz-flex-col maz-gap-2">
441
+ <div class="maz-flex maz-items-start maz-gap-2 maz-justify-between w-full">
442
+ <span class="maz-py-1 maz-px-2 maz-bg-surface-400 maz-rounded-md maz-text-2xl">
443
+ 📋
444
+ </span>
445
+ <MazBadge color="primary" class="maz-text-base">Component</MazBadge>
446
+ </div>
447
+ <h3 class="maz-text-base maz-font-semibold">MazChecklist</h3>
448
+ <p class="dark:maz-text-gray-300 maz-text-muted maz-text-sm">
449
+ A versatile checklist component with integrated search functionality, perfect for managing multiple selections with an intuitive user interface.
450
+ </p>
451
+ <div class="maz-flex-1"></div>
452
+ <MazBtn color="background" outlined size="sm" block href="/components/maz-checklist">Discover</MazBtn>
453
+ </MazCardSpotlight>
454
+ <MazCardSpotlight color="secondary" content-class="maz-flex maz-flex-col maz-gap-2">
455
+ <div class="maz-flex maz-items-start maz-gap-2 maz-justify-between w-full">
456
+ <span class="maz-py-1 maz-px-2 maz-bg-surface-400 maz-rounded-md maz-text-2xl">
457
+ 💬
458
+ </span>
459
+ <MazBadge color="info" class="maz-text-base">Plugin</MazBadge>
460
+ </div>
461
+ <h3 class="maz-text-base maz-font-semibold">Dialog</h3>
462
+ <p class="dark:maz-text-gray-300 maz-text-muted maz-text-sm">
463
+ A zero-template dialog solution - no component needed in your templates. Just use the composable function to display promised dialogs with full TypeScript support and customization options.
464
+ </p>
465
+ <div class="maz-flex-1"></div>
466
+ <MazBtn color="background" outlined size="sm" block href="/plugins/dialog">Discover</MazBtn>
467
+ </MazCardSpotlight>
468
+ <MazCardSpotlight color="secondary" content-class="maz-flex maz-flex-col maz-gap-2">
469
+ <div class="maz-flex maz-items-start maz-gap-2 maz-justify-between w-full">
470
+ <span class="maz-py-1 maz-px-2 maz-bg-surface-400 maz-rounded-md maz-text-2xl">
471
+ 🖼️
472
+ </span>
473
+ <MazBadge color="warning" class="maz-text-base">Directive</MazBadge>
474
+ </div>
475
+ <h3 class="maz-text-base maz-font-semibold">v-fullscreen-img</h3>
476
+ <p class="dark:maz-text-gray-300 maz-text-muted maz-text-sm">
477
+ A powerful directive to display images in fullscreen with zoom capabilities, hover effects and smooth animations. Perfect for galleries and image previews.
478
+ </p>
479
+ <div class="maz-flex-1"></div>
480
+ <MazBtn color="background" outlined size="sm" block href="/directives/fullscreen-img">Discover</MazBtn>
481
+ </MazCardSpotlight>
482
+ <MazCardSpotlight color="secondary" content-class="maz-flex maz-flex-col maz-gap-2">
483
+ <div class="maz-flex maz-items-start maz-gap-2 maz-justify-between w-full">
484
+ <span class="maz-py-1 maz-px-2 maz-bg-surface-400 maz-rounded-md maz-text-2xl">
485
+ 🌍
486
+ </span>
487
+ <MazBadge color="success" class="maz-text-base">Composable</MazBadge>
488
+ </div>
489
+ <h3 class="maz-text-base maz-font-semibold">useDisplayNames</h3>
490
+ <p class="dark:maz-text-gray-300 maz-text-muted maz-text-sm">
491
+ A Vue 3 composable that provides functions to work with localized display names based on ISO codes, leveraging the Intl.DisplayNames API.
492
+ </p>
493
+ <div class="maz-flex-1"></div>
494
+ <MazBtn color="background" outlined size="sm" block href="/composables/use-display-names">Discover</MazBtn>
495
+ </MazCardSpotlight>
496
+ <MazCardSpotlight color="secondary" content-class="maz-flex maz-flex-col maz-gap-2">
497
+ <div class="maz-flex maz-items-start maz-gap-2 maz-justify-between w-full">
498
+ <span class="maz-py-1 maz-px-2 maz-bg-surface-400 maz-rounded-md maz-text-2xl">
499
+ 📊
500
+ </span>
501
+ <MazBadge color="primary" class="maz-text-base">Component</MazBadge>
502
+ </div>
503
+ <h3 class="maz-text-base maz-font-semibold">MazTable</h3>
504
+ <p class="dark:maz-text-gray-300 maz-text-muted maz-text-sm">
505
+ A powerful table component with sorting, search, pagination and selection features. Perfect for displaying and managing tabular data in an interactive manner.
506
+ </p>
507
+ <div class="maz-flex-1"></div>
508
+ <MazBtn color="background" outlined size="sm" block href="/components/maz-table">Discover</MazBtn>
509
+ </MazCardSpotlight>
510
+ </div>
511
+ </section>
512
+
513
+ <script lang="ts" setup>
514
+ import DemoAuthPage from './demo/DemoAuthPage.vue'
515
+ import DemoDashboardPage from './demo/DemoDashboardPage.vue'
516
+ import DemoProductPage from './demo/DemoProductPage.vue'
517
+
518
+ import { ref, computed } from 'vue'
519
+ import { MazStar, MazPlay, MazGithub, MazSun, MazMoon } from '@maz-ui/icons/src/index.js'
520
+ import { useTheme } from '@maz-ui/themes/src/composables/useTheme.js'
521
+
522
+ const {
523
+ isDark,
524
+ colorMode,
525
+ presetName,
526
+ setColorMode,
527
+ updateTheme,
528
+ toggleDarkMode
529
+ } = useTheme()
530
+
531
+ async function changePreset(presetName) {
532
+ updateTheme(presetName)
533
+ }
534
+
535
+ async function getStarCount() {
536
+ try {
537
+ const response = await fetch(`https://ungh.cc/repos/LouisMazel/maz-ui`);
538
+
539
+ if (!response.ok) {
540
+ throw new Error(`HTTP error status: ${response.status}`);
541
+ }
542
+
543
+ const data = await response.json();
544
+ return data.repo.stars;
545
+ } catch (error) {
546
+ console.error('Erreur lors de la récupération des données:', error);
547
+ }
548
+ }
549
+
550
+ const starCount = ref<number>(0)
551
+
552
+ getStarCount().then((count) => {
553
+ starCount.value = count
554
+ })
555
+ </script>
@@ -0,0 +1,58 @@
1
+ ---
2
+ title: Made with Maz-UI
3
+ description: List of websites using maz-ui library
4
+ layout: doc
5
+ sidebar: false
6
+ aside: false
7
+ ---
8
+
9
+ # {{ $frontmatter.title }}
10
+
11
+ {{ $frontmatter.description }}
12
+
13
+ ::: info
14
+ Propose your website by opening an [issue](https://github.com/LouisMazel/maz-ui/issues/new?assignees=LouisMazel&labels=enhancement&projects=&template=feature_request.md&title=%5BFEATURE%5D) or a [pull request](https://github.com/LouisMazel/maz-ui/edit/master/apps/docs/src/made-with-maz-ui.md) and editing this page.
15
+ :::
16
+
17
+ <div class="flex flex-col" style="display: flex; flex-direction: column; gap: 2rem">
18
+ <MazCard zoom v-for="({images, description, link, title, github }, i) in projects" :key="i" class="maz-w-full" elevation :gallery="{ images, height: 350 }">
19
+ <h1 class="maz-m-0" style="margin-bottom: 16px;">
20
+ {{ title }}
21
+ </h1>
22
+ <h5 class="maz-m-0">
23
+ {{ description }}
24
+ </h5>
25
+ <template #footer>
26
+ <MazBtn v-if="github" color="black" :href="github" target="_blank" left-icon="github" class="maz-mr-4">
27
+ Github
28
+ </MazBtn>
29
+ <MazBtn :href="link" target="_blank" left-icon="arrow-top-right-on-square">
30
+ Show
31
+ </MazBtn>
32
+ </template>
33
+ </MazCard>
34
+ </div>
35
+
36
+ <script lang="ts" setup>
37
+ const projects = [
38
+ {
39
+ title: 'harderbetter.io',
40
+ images: ['https://www.harderbetter.io/images/harderbetter-screenshot.png'],
41
+ description: 'Football predictions between friends',
42
+ link: 'https://www.harderbetter.io'
43
+ },
44
+ {
45
+ title: 'loicmazuel.com',
46
+ images: ['/loicmazuel.png'],
47
+ description: 'Personal Freelance Website',
48
+ link: 'https://www.loicmazuel.com'
49
+ },
50
+ {
51
+ title: 'Vue Smart List UI',
52
+ images: ['/vue-smart-list-ui.png'],
53
+ description: 'An intelligent interface for displaying a list of data and performing filters, sorting and searching on it. Also to display the details of the data.',
54
+ link: 'https://louismazel.github.io/vue-smart-list-ui/',
55
+ github: 'https://github.com/LouisMazel/vue-smart-list-ui'
56
+ },
57
+ ]
58
+ </script>