@maz-ui/mcp 4.9.1 → 5.0.0-beta.0
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/dist/mcp.mjs +1 -1
- package/docs/generated-docs/maz-alert.doc.md +1 -1
- package/docs/generated-docs/maz-avatar.doc.md +1 -1
- package/docs/generated-docs/maz-badge.doc.md +8 -8
- package/docs/generated-docs/maz-btn.doc.md +26 -26
- package/docs/generated-docs/maz-card.doc.md +19 -19
- package/docs/generated-docs/maz-chart.doc.md +8 -8
- package/docs/generated-docs/maz-container.doc.md +20 -20
- package/docs/generated-docs/maz-drawer.doc.md +8 -8
- package/docs/generated-docs/maz-dropdown.doc.md +1 -1
- package/docs/generated-docs/maz-dropzone.doc.md +2 -2
- package/docs/generated-docs/maz-gallery.doc.md +15 -15
- package/docs/generated-docs/maz-icon.doc.md +11 -14
- package/docs/generated-docs/maz-input.doc.md +38 -38
- package/docs/generated-docs/maz-lazy-img.doc.md +18 -0
- package/docs/generated-docs/maz-link.doc.md +9 -9
- package/docs/generated-docs/maz-pagination.doc.md +9 -9
- package/docs/generated-docs/maz-popover.doc.md +5 -1
- package/docs/generated-docs/maz-radio-buttons.doc.md +17 -17
- package/docs/generated-docs/maz-select.doc.md +2 -2
- package/docs/generated-docs/maz-skeleton.doc.md +10 -10
- package/docs/generated-docs/maz-table.doc.md +37 -37
- package/docs/generated-docs/maz-textarea.doc.md +1 -1
- package/docs/generated-docs/maz-timeline.doc.md +1 -1
- package/docs/src/blog/v4.md +7 -7
- package/docs/src/blog/v5.md +186 -0
- package/docs/src/components/maz-accordion.md +1 -1
- package/docs/src/components/maz-alert.md +15 -15
- package/docs/src/components/maz-animated-counter.md +4 -4
- package/docs/src/components/maz-avatar.md +2 -2
- package/docs/src/components/maz-backdrop.md +7 -7
- package/docs/src/components/maz-badge.md +16 -30
- package/docs/src/components/maz-bottom-sheet.md +74 -74
- package/docs/src/components/maz-btn-group.md +17 -13
- package/docs/src/components/maz-btn.md +127 -90
- package/docs/src/components/maz-card-spotlight.md +5 -5
- package/docs/src/components/maz-card.md +20 -20
- package/docs/src/components/maz-carousel.md +14 -14
- package/docs/src/components/maz-chart.md +23 -4
- package/docs/src/components/maz-checkbox.md +3 -3
- package/docs/src/components/maz-checklist.md +19 -19
- package/docs/src/components/maz-circular-progress-bar.md +4 -4
- package/docs/src/components/maz-container.md +52 -37
- package/docs/src/components/maz-date-picker.md +7 -7
- package/docs/src/components/maz-dialog-confirm.md +2 -2
- package/docs/src/components/maz-drawer.md +14 -14
- package/docs/src/components/maz-dropdown.md +27 -12
- package/docs/src/components/maz-dropzone.md +6 -6
- package/docs/src/components/maz-expand-animation.md +2 -2
- package/docs/src/components/maz-fullscreen-loader.md +2 -2
- package/docs/src/components/maz-gallery.md +1 -1
- package/docs/src/components/maz-icon.md +113 -60
- package/docs/src/components/maz-input-code.md +1 -1
- package/docs/src/components/maz-input-phone-number.md +89 -88
- package/docs/src/components/maz-input-tags.md +2 -2
- package/docs/src/components/maz-input.md +42 -12
- package/docs/src/components/maz-link.md +28 -10
- package/docs/src/components/maz-pagination.md +2 -2
- package/docs/src/components/maz-popover.md +236 -235
- package/docs/src/components/maz-pull-to-refresh.md +2 -2
- package/docs/src/components/maz-radio-buttons.md +11 -11
- package/docs/src/components/maz-radio.md +3 -3
- package/docs/src/components/maz-read-more.md +7 -7
- package/docs/src/components/maz-select-country.md +26 -26
- package/docs/src/components/maz-select.md +1 -1
- package/docs/src/components/maz-skeleton.md +25 -25
- package/docs/src/components/maz-spinner.md +2 -2
- package/docs/src/components/maz-stepper.md +5 -5
- package/docs/src/components/maz-switch.md +1 -1
- package/docs/src/components/maz-table.md +10 -10
- package/docs/src/components/maz-tabs.md +17 -17
- package/docs/src/components/maz-textarea.md +8 -8
- package/docs/src/components/maz-ticker.md +37 -37
- package/docs/src/components/maz-timeline.md +9 -9
- package/docs/src/composables/use-dialog.md +1 -1
- package/docs/src/composables/use-display-names.md +2 -2
- package/docs/src/composables/use-form-validator.md +35 -35
- package/docs/src/composables/use-idle-timeout.md +3 -3
- package/docs/src/composables/use-reading-time.md +5 -5
- package/docs/src/composables/use-string-matching.md +4 -4
- package/docs/src/composables/use-swipe.md +3 -3
- package/docs/src/composables/use-timer.md +3 -3
- package/docs/src/composables/use-toast.md +1 -1
- package/docs/src/composables/use-user-visibility.md +1 -1
- package/docs/src/composables/use-wait.md +2 -2
- package/docs/src/directives/click-outside.md +17 -17
- package/docs/src/directives/lazy-img.md +5 -5
- package/docs/src/directives/tooltip.md +15 -15
- package/docs/src/directives/zoom-img.md +1 -1
- package/docs/src/ecosystem/eslint-config.md +100 -0
- package/docs/src/ecosystem/stylelint-config.md +190 -0
- package/docs/src/guide/browser-support.md +81 -0
- package/docs/src/guide/getting-started.md +23 -16
- package/docs/src/guide/icon-set.md +13 -13
- package/docs/src/guide/icons.md +35 -8
- package/docs/src/guide/maz-ui-provider.md +6 -6
- package/docs/src/guide/migration-v4.md +3 -3
- package/docs/src/guide/migration-v5.md +662 -0
- package/docs/src/guide/nuxt.md +27 -44
- package/docs/src/guide/resolvers.md +2 -2
- package/docs/src/guide/tailwind.md +154 -0
- package/docs/src/guide/themes.md +258 -485
- package/docs/src/guide/vue.md +8 -5
- package/docs/src/helpers/capitalize.md +4 -4
- package/docs/src/helpers/country-code-to-unicode-flag.md +37 -37
- package/docs/src/helpers/currency.md +4 -4
- package/docs/src/helpers/date.md +4 -4
- package/docs/src/helpers/get-country-flag-url.md +9 -9
- package/docs/src/helpers/number.md +5 -5
- package/docs/src/index.md +304 -246
- package/docs/src/made-with-maz-ui.md +5 -5
- package/docs/src/plugins/aos.md +6 -6
- package/docs/src/plugins/dialog.md +4 -4
- package/docs/src/plugins/toast.md +3 -3
- package/docs/src/plugins/wait.md +1 -1
- package/package.json +5 -5
package/docs/src/index.md
CHANGED
|
@@ -11,14 +11,39 @@ description: Build amazing interfaces with Maz-UI - standalone components & tool
|
|
|
11
11
|
# alt: Logo of Maz-UI
|
|
12
12
|
---
|
|
13
13
|
|
|
14
|
-
<section
|
|
15
|
-
<
|
|
14
|
+
<section class="vp-raw maz:pt-8">
|
|
15
|
+
<MazAnimatedElement :delay="0" class="maz:w-full">
|
|
16
|
+
<MazCardSpotlight color="primary" content-class="maz:flex maz:flex-col maz:tab-m:flex-row maz:gap-4 maz:items-start maz:tab-m:items-center maz:w-full" class="maz:w-full" :inner-opacity="0.70">
|
|
17
|
+
<MazIcon icon="/logo.svg" size="4rem" />
|
|
18
|
+
<div class="maz:flex-1 maz:flex maz:flex-col maz:gap-1 maz:items-start">
|
|
19
|
+
<MazBadge color="primary" class="maz:text-xs" size="xs">
|
|
20
|
+
<MazSparkles class="maz:mr-1" /> v5 released
|
|
21
|
+
</MazBadge>
|
|
22
|
+
<h3 class="maz:text-lg maz:font-semibold maz:m-0">Maz-UI v5 — Theming, perfected</h3>
|
|
23
|
+
<p class="maz:dark:text-gray-300 maz:text-muted maz:text-sm maz:m-0">
|
|
24
|
+
OKLCh color system, RTL-correct components, lighter chart, simpler icon API — and a one-shot CLI to handle the migration.
|
|
25
|
+
</p>
|
|
26
|
+
</div>
|
|
27
|
+
<div class="maz:flex maz:flex-col maz:mob-l:flex-row maz:gap-2 maz:w-full maz:tab-m:w-auto maz:shrink-0">
|
|
28
|
+
<MazBtn href="/guide/migration-v5" color="primary" size="sm" class="maz:w-full maz:mob-l:w-auto">
|
|
29
|
+
Migrate to v5
|
|
30
|
+
</MazBtn>
|
|
31
|
+
<MazBtn href="/blog/v5" color="secondary" size="sm" class="maz:w-full maz:mob-l:w-auto">
|
|
32
|
+
Read announcement
|
|
33
|
+
</MazBtn>
|
|
34
|
+
</div>
|
|
35
|
+
</MazCardSpotlight>
|
|
36
|
+
</MazAnimatedElement>
|
|
37
|
+
</section>
|
|
38
|
+
|
|
39
|
+
<section id="hero" class="maz:pt-8 maz:pb-12 maz:tab-m:py-12 vp-raw">
|
|
40
|
+
<div class="maz:mx-auto maz:max-w-3xl">
|
|
16
41
|
<MazAnimatedText
|
|
17
42
|
text="Collection of standalone components, plugins, directives, composables and more"
|
|
18
43
|
direction="down"
|
|
19
44
|
:delay="0"
|
|
20
45
|
tag="h2"
|
|
21
|
-
class="maz
|
|
46
|
+
class="maz:text-xl maz:tracking-tight maz:text-muted maz:tab-m:flex-center maz:tab-m:w-full"
|
|
22
47
|
:duration="2000"
|
|
23
48
|
:column-gap="0.2"
|
|
24
49
|
/>
|
|
@@ -28,53 +53,58 @@ description: Build amazing interfaces with Maz-UI - standalone components & tool
|
|
|
28
53
|
direction="down"
|
|
29
54
|
:delay="500"
|
|
30
55
|
tag="h1"
|
|
31
|
-
class="maz
|
|
56
|
+
class="maz:mt-6 maz:text-4xl maz:tracking-tighter maz:font-bold maz:tab-m:flex-center maz:tab-m:text-5xl maz:lg:text-6xl"
|
|
32
57
|
/>
|
|
33
58
|
</div>
|
|
34
59
|
<MazAnimatedElement :delay="1000">
|
|
35
|
-
<div class="maz
|
|
60
|
+
<div class="maz:mt-12 maz:flex maz:flex-col maz:gap-4 maz:flex-center maz:mob-l:flex-row">
|
|
36
61
|
<MazBtn
|
|
37
62
|
size="lg"
|
|
38
63
|
href="/guide/getting-started"
|
|
39
|
-
class="maz
|
|
40
|
-
:
|
|
64
|
+
class="maz:w-full maz:mob-l:w-auto maz:font-semibold"
|
|
65
|
+
:start-icon="MazPlay"
|
|
41
66
|
>
|
|
42
67
|
Get Started
|
|
43
68
|
</MazBtn>
|
|
44
|
-
<MazBtn v-if="typeof starCount === 'number'" href="https://github.com/LouisMazel/maz-ui" target="blank" outlined color="
|
|
45
|
-
<template #
|
|
46
|
-
<MazGithub class="maz
|
|
69
|
+
<MazBtn v-if="typeof starCount === 'number'" href="https://github.com/LouisMazel/maz-ui" target="blank" outlined color="surface" size="lg" class="maz:w-full maz:mob-l:w-auto">
|
|
70
|
+
<template #start-icon>
|
|
71
|
+
<MazGithub class="maz:text-3xl" />
|
|
47
72
|
</template>
|
|
48
|
-
<MazAnimatedCounter :delay="1250" :count="starCount" class="maz
|
|
49
|
-
<template #
|
|
50
|
-
<MazStar class="maz
|
|
73
|
+
<MazAnimatedCounter :delay="1250" :count="starCount" class="maz:text-xl maz:ps-2" />
|
|
74
|
+
<template #end-icon>
|
|
75
|
+
<MazStar class="maz:text-2xl" />
|
|
51
76
|
</template>
|
|
52
77
|
</MazBtn>
|
|
53
78
|
</div>
|
|
54
79
|
</MazAnimatedElement>
|
|
55
80
|
|
|
56
|
-
<MazAnimatedElement :delay="1250" class="maz
|
|
81
|
+
<MazAnimatedElement :delay="1250" class="maz:mt-12 maz:tab-l:mt-20">
|
|
57
82
|
<MazTabs>
|
|
58
|
-
<div class="maz
|
|
83
|
+
<div class="maz:flex maz:justify-between maz:items-start maz:tab-l:items-center maz:gap-4 maz:mb-4 maz:flex-col-reverse maz:tab-l:flex-row">
|
|
59
84
|
<MazTabsBar :items="['Dashboard', 'Product Page', 'Auth Page']" />
|
|
60
|
-
<div class="maz
|
|
61
|
-
<MazBtn size="sm" fab color="
|
|
85
|
+
<div class="maz:flex maz:gap-2 maz:items-center maz:flex-row-reverse maz:tab-l:flex-row">
|
|
86
|
+
<MazBtn size="sm" fab color="surface" :icon="isDark ? MazMoon : MazSun" outlined @click="toggleDarkMode" />
|
|
62
87
|
<MazRadioButtons
|
|
63
88
|
:model-value="presetName"
|
|
64
89
|
size="sm"
|
|
65
|
-
:options="[
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
90
|
+
:options="[
|
|
91
|
+
{
|
|
92
|
+
label: 'Pristine',
|
|
93
|
+
value: 'pristine'
|
|
94
|
+
}, {
|
|
95
|
+
label: 'Ocean',
|
|
96
|
+
value: 'ocean'
|
|
97
|
+
}, {
|
|
98
|
+
label: 'Obsidian',
|
|
99
|
+
value: 'obsidian'
|
|
100
|
+
}, {
|
|
101
|
+
label: 'Nova',
|
|
102
|
+
value: 'nova'
|
|
103
|
+
}, {
|
|
104
|
+
label: 'Maz-UI',
|
|
105
|
+
value: 'maz-ui'
|
|
106
|
+
}
|
|
107
|
+
]"
|
|
78
108
|
@update:model-value="changePreset"
|
|
79
109
|
/>
|
|
80
110
|
</div>
|
|
@@ -85,15 +115,15 @@ description: Build amazing interfaces with Maz-UI - standalone components & tool
|
|
|
85
115
|
bordered
|
|
86
116
|
:padding="false"
|
|
87
117
|
overflow-hidden
|
|
88
|
-
class="maz
|
|
89
|
-
content-class="maz
|
|
118
|
+
class="maz:relative maz:w-full"
|
|
119
|
+
content-class="maz:flex maz:flex-col maz:gap-2 maz:items-start"
|
|
90
120
|
>
|
|
91
|
-
<DemoDashboardPage :delay="2000" class="maz
|
|
92
|
-
<div class="dark:
|
|
93
|
-
<MazLazyImg class="maz
|
|
121
|
+
<DemoDashboardPage :delay="2000" class="maz:hidden maz:tab-m:block" />
|
|
122
|
+
<div class="maz:dark:hidden">
|
|
123
|
+
<MazLazyImg class="maz:block maz:tab-m:hidden! maz:w-full maz:min-h-40" src="/img/demo/dashboard-light.png" alt="Maz-UI" />
|
|
94
124
|
</div>
|
|
95
|
-
<div class="maz
|
|
96
|
-
<MazLazyImg src="/img/demo/dashboard-dark.png" class="maz
|
|
125
|
+
<div class="maz:hidden maz:dark:block">
|
|
126
|
+
<MazLazyImg src="/img/demo/dashboard-dark.png" class="maz:block maz:tab-m:hidden! maz:w-full maz:min-h-40" alt="Maz-UI" />
|
|
97
127
|
</div>
|
|
98
128
|
</MazCard>
|
|
99
129
|
</MazTabsContentItem>
|
|
@@ -102,15 +132,15 @@ description: Build amazing interfaces with Maz-UI - standalone components & tool
|
|
|
102
132
|
bordered
|
|
103
133
|
:padding="false"
|
|
104
134
|
overflow-hidden
|
|
105
|
-
class="maz
|
|
106
|
-
content-class="maz
|
|
135
|
+
class="maz:relative maz:w-full"
|
|
136
|
+
content-class="maz:flex maz:flex-col maz:gap-2 maz:items-start"
|
|
107
137
|
>
|
|
108
|
-
<DemoProductPage class="maz
|
|
109
|
-
<div class="dark:
|
|
110
|
-
<MazLazyImg class="maz
|
|
138
|
+
<DemoProductPage class="maz:hidden maz:tab-m:block" />
|
|
139
|
+
<div class="maz:dark:hidden">
|
|
140
|
+
<MazLazyImg class="maz:block maz:tab-m:hidden! maz:w-full maz:min-h-40" src="/img/demo/product-page-light.png" alt="Maz-UI" />
|
|
111
141
|
</div>
|
|
112
|
-
<div class="maz
|
|
113
|
-
<MazLazyImg src="/img/demo/product-page-dark.png" class="maz
|
|
142
|
+
<div class="maz:hidden maz:dark:block">
|
|
143
|
+
<MazLazyImg src="/img/demo/product-page-dark.png" class="maz:block maz:tab-m:hidden! maz:w-full maz:min-h-40" alt="Maz-UI" />
|
|
114
144
|
</div>
|
|
115
145
|
</MazCard>
|
|
116
146
|
</MazTabsContentItem>
|
|
@@ -119,15 +149,15 @@ description: Build amazing interfaces with Maz-UI - standalone components & tool
|
|
|
119
149
|
bordered
|
|
120
150
|
:padding="false"
|
|
121
151
|
overflow-hidden
|
|
122
|
-
class="maz
|
|
123
|
-
content-class="maz
|
|
152
|
+
class="maz:relative maz:w-full"
|
|
153
|
+
content-class="maz:flex maz:flex-col maz:gap-2 maz:items-start"
|
|
124
154
|
>
|
|
125
|
-
<DemoAuthPage class="maz
|
|
126
|
-
<div class="dark:
|
|
127
|
-
<MazLazyImg class="maz
|
|
155
|
+
<DemoAuthPage class="maz:hidden maz:tab-m:flex" />
|
|
156
|
+
<div class="maz:dark:hidden">
|
|
157
|
+
<MazLazyImg class="maz:block maz:tab-m:hidden! maz:w-full maz:min-h-40" src="/img/demo/auth-page-light.png" alt="Maz-UI" />
|
|
128
158
|
</div>
|
|
129
|
-
<div class="maz
|
|
130
|
-
<MazLazyImg src="/img/demo/auth-page-dark.png" class="maz
|
|
159
|
+
<div class="maz:hidden maz:dark:block">
|
|
160
|
+
<MazLazyImg src="/img/demo/auth-page-dark.png" class="maz:block maz:tab-m:hidden! maz:w-full maz:min-h-40" alt="Maz-UI" />
|
|
131
161
|
</div>
|
|
132
162
|
</MazCard>
|
|
133
163
|
</MazTabsContentItem>
|
|
@@ -136,357 +166,379 @@ description: Build amazing interfaces with Maz-UI - standalone components & tool
|
|
|
136
166
|
</MazAnimatedElement>
|
|
137
167
|
</section>
|
|
138
168
|
|
|
169
|
+
<section class="vp-raw maz:mb-12">
|
|
170
|
+
<MazAnimatedElement :delay="0" class="maz:w-full">
|
|
171
|
+
<a href="https://relizy.dev" target="_blank" rel="noopener" class="maz:block maz:no-underline">
|
|
172
|
+
<MazCardSpotlight color="secondary" content-class="maz:flex maz:flex-col maz:tab-m:flex-row maz:gap-4 maz:items-start maz:tab-m:items-center maz:w-full" class="maz:w-full" :inner-opacity="0.70">
|
|
173
|
+
<img src="https://raw.githubusercontent.com/LouisMazel/relizy/refs/heads/main/resources/logo.svg" alt="Relizy logo" class="maz:h-14 maz:w-14 maz:shrink-0" />
|
|
174
|
+
<div class="maz:flex-1 maz:flex maz:flex-col maz:gap-1 maz:items-start">
|
|
175
|
+
<MazBadge color="primary" class="maz:text-xs" size="xs">
|
|
176
|
+
<MazSparkles class="maz:mr-1" /> New
|
|
177
|
+
</MazBadge>
|
|
178
|
+
<h3 class="maz:text-lg maz:font-semibold maz:m-0">Relizy.dev — Ship releases in one command</h3>
|
|
179
|
+
<p class="maz:dark:text-gray-300 maz:text-muted maz:text-sm maz:m-0">
|
|
180
|
+
Automate versioning, changelogs, Git tagging & publishing to npm, GitHub & GitLab — built for monorepos and single packages.
|
|
181
|
+
</p>
|
|
182
|
+
</div>
|
|
183
|
+
<MazBtn href="https://relizy.dev" color="secondary" size="sm" class="maz:w-full maz:tab-m:w-auto maz:shrink-0" target="_blank" :right-icon="MazArrowTopRightOnSquare">
|
|
184
|
+
Discover Relizy
|
|
185
|
+
</MazBtn>
|
|
186
|
+
</MazCardSpotlight>
|
|
187
|
+
</a>
|
|
188
|
+
</MazAnimatedElement>
|
|
189
|
+
</section>
|
|
190
|
+
|
|
139
191
|
<section class="vp-raw">
|
|
140
|
-
<h2 class="maz
|
|
141
|
-
<div class="maz
|
|
142
|
-
<MazCardSpotlight content-class="maz
|
|
143
|
-
<span class="maz
|
|
192
|
+
<h2 class="maz:text-2xl maz:font-bold maz:mb-8">Why choose Maz-UI ?</h2>
|
|
193
|
+
<div class="maz:grid maz:mob-l:grid-cols-2 maz:tab-m:grid-cols-3 maz:gap-4 maz:flex-wrap vp-raw">
|
|
194
|
+
<MazCardSpotlight content-class="maz:flex maz:flex-col maz:gap-2 maz:items-start">
|
|
195
|
+
<span class="maz:py-1 maz:px-2 maz:bg-surface-600 maz:dark:bg-surface-400 maz:rounded-md maz:text-2xl">
|
|
144
196
|
⚡️
|
|
145
197
|
</span>
|
|
146
|
-
<h2 class="maz
|
|
147
|
-
<p class="dark:
|
|
198
|
+
<h2 class="maz:text-base maz:font-semibold">Standalone</h2>
|
|
199
|
+
<p class="maz:dark:text-gray-300 maz:text-muted maz:text-sm">
|
|
148
200
|
All components or tools are standalone; if you want, you can use only one module from this library.
|
|
149
201
|
You don't need to install the whole library.
|
|
150
202
|
</p>
|
|
151
203
|
</MazCardSpotlight>
|
|
152
|
-
<MazCardSpotlight content-class="maz
|
|
153
|
-
<span class="maz
|
|
204
|
+
<MazCardSpotlight content-class="maz:flex maz:flex-col maz:gap-2 maz:items-start">
|
|
205
|
+
<span class="maz:py-1 maz:px-2 maz:bg-surface-600 maz:dark:bg-surface-400 maz:rounded-md maz:text-2xl">
|
|
154
206
|
👨❤️👨
|
|
155
207
|
</span>
|
|
156
|
-
<h2 class="maz
|
|
157
|
-
<p class="dark:
|
|
208
|
+
<h2 class="maz:text-base maz:font-semibold">SSR Friendly</h2>
|
|
209
|
+
<p class="maz:dark:text-gray-300 maz:text-muted maz:text-sm">
|
|
158
210
|
All components work with Nuxt, no need to install components on the client side.
|
|
159
211
|
</p>
|
|
160
212
|
</MazCardSpotlight>
|
|
161
|
-
<MazCardSpotlight content-class="maz
|
|
162
|
-
<span class="maz
|
|
213
|
+
<MazCardSpotlight content-class="maz:flex maz:flex-col maz:gap-2 maz:items-start">
|
|
214
|
+
<span class="maz:py-1 maz:px-2 maz:bg-surface-600 maz:dark:bg-surface-400 maz:rounded-md maz:text-2xl">
|
|
163
215
|
🔐
|
|
164
216
|
</span>
|
|
165
|
-
<h2 class="maz
|
|
166
|
-
<p class="dark:
|
|
217
|
+
<h2 class="maz:text-base maz:font-semibold">Typescript</h2>
|
|
218
|
+
<p class="maz:dark:text-gray-300 maz:text-muted maz:text-sm">
|
|
167
219
|
This library is written in Typescript, so all types and declarations are directly available.
|
|
168
220
|
</p>
|
|
169
221
|
</MazCardSpotlight>
|
|
170
|
-
<a href="/guide/themes" class="maz
|
|
171
|
-
<MazCardSpotlight class="maz
|
|
172
|
-
<span class="maz
|
|
222
|
+
<a href="/guide/themes" class="maz:flex">
|
|
223
|
+
<MazCardSpotlight class="maz:w-full" content-class="maz:flex maz:flex-col maz:gap-2 maz:items-start">
|
|
224
|
+
<span class="maz:py-1 maz:px-2 maz:bg-surface-600 maz:dark:bg-surface-400 maz:rounded-md maz:text-2xl">
|
|
173
225
|
💄
|
|
174
226
|
</span>
|
|
175
|
-
<h2 class="maz
|
|
176
|
-
<p class="dark:
|
|
227
|
+
<h2 class="maz:text-base maz:font-semibold">Theming</h2>
|
|
228
|
+
<p class="maz:dark:text-gray-300 maz:text-muted maz:text-sm">
|
|
177
229
|
Created with TailwindCSS | Optimized CSS file sizes | Complies with all CSS best practices | Use your theme easily.
|
|
178
230
|
</p>
|
|
179
|
-
<div class="maz
|
|
180
|
-
<MazBtn color="
|
|
231
|
+
<div class="maz:flex-1"></div>
|
|
232
|
+
<MazBtn color="surface" outlined size="sm" block href="/guide/themes">Discover</MazBtn>
|
|
181
233
|
</MazCardSpotlight>
|
|
182
234
|
</a>
|
|
183
|
-
<a href="/guide/dark-mode" class="maz
|
|
184
|
-
<MazCardSpotlight class="maz
|
|
185
|
-
<span class="maz
|
|
235
|
+
<a href="/guide/dark-mode" class="maz:flex">
|
|
236
|
+
<MazCardSpotlight class="maz:w-full" content-class="maz:flex maz:flex-col maz:gap-2 maz:items-start">
|
|
237
|
+
<span class="maz:py-1 maz:px-2 maz:bg-surface-600 maz:dark:bg-surface-400 maz:rounded-md maz:text-2xl">
|
|
186
238
|
🌗
|
|
187
239
|
</span>
|
|
188
|
-
<h2 class="maz
|
|
189
|
-
<p class="dark:
|
|
240
|
+
<h2 class="maz:text-base maz:font-semibold">Dark and Light Theme</h2>
|
|
241
|
+
<p class="maz:dark:text-gray-300 maz:text-muted maz:text-sm">
|
|
190
242
|
All components support the Dark and Light themes.
|
|
191
243
|
</p>
|
|
192
|
-
<div class="maz
|
|
193
|
-
<MazBtn color="
|
|
244
|
+
<div class="maz:flex-1"></div>
|
|
245
|
+
<MazBtn color="surface" outlined size="sm" block href="/guide/dark-mode">Discover</MazBtn>
|
|
194
246
|
</MazCardSpotlight>
|
|
195
247
|
</a>
|
|
196
|
-
<a href="/plugins/toast" class="maz
|
|
197
|
-
<MazCardSpotlight class="maz
|
|
198
|
-
<span class="maz
|
|
248
|
+
<a href="/plugins/toast" class="maz:flex">
|
|
249
|
+
<MazCardSpotlight class="maz:w-full" content-class="maz:flex maz:flex-col maz:gap-2 maz:items-start">
|
|
250
|
+
<span class="maz:py-1 maz:px-2 maz:bg-surface-600 maz:dark:bg-surface-400 maz:rounded-md maz:text-2xl">
|
|
199
251
|
🛠
|
|
200
252
|
</span>
|
|
201
|
-
<h2 class="maz
|
|
202
|
-
<p class="dark:
|
|
253
|
+
<h2 class="maz:text-base maz:font-semibold">Tools</h2>
|
|
254
|
+
<p class="maz:dark:text-gray-300 maz:text-muted maz:text-sm">
|
|
203
255
|
Maz-ui provides many modules, plugins, directives, formatters and composables
|
|
204
256
|
</p>
|
|
205
|
-
<div class="maz
|
|
206
|
-
<MazBtn color="
|
|
257
|
+
<div class="maz:flex-1"></div>
|
|
258
|
+
<MazBtn color="surface" outlined size="sm" block href="/plugins/toast">Discover</MazBtn>
|
|
207
259
|
</MazCardSpotlight>
|
|
208
260
|
</a>
|
|
209
261
|
</div>
|
|
210
262
|
</section>
|
|
211
263
|
|
|
212
|
-
<section class="maz
|
|
213
|
-
<h2 class="maz
|
|
264
|
+
<section class="maz:my-12 vp-raw">
|
|
265
|
+
<h2 class="maz:text-2xl maz:font-bold maz:mb-8">Ecosystem</h2>
|
|
214
266
|
|
|
215
|
-
<div class="maz
|
|
216
|
-
<a href="/guide/nuxt" class="maz
|
|
217
|
-
<MazCardSpotlight class="maz
|
|
218
|
-
<div class="maz
|
|
219
|
-
<span class="maz
|
|
267
|
+
<div class="maz:grid maz:grid-cols-1 maz:tab-m:grid-cols-2 maz:gap-4">
|
|
268
|
+
<a href="/guide/nuxt" class="maz:flex">
|
|
269
|
+
<MazCardSpotlight class="maz:w-full" color="accent" content-class="maz:flex maz:flex-col maz:gap-2 maz:items-start">
|
|
270
|
+
<div class="maz:flex maz:items-start maz:gap-2 maz:justify-between maz:w-full">
|
|
271
|
+
<span class="maz:py-1 maz:px-2 maz:bg-surface-600 maz:dark:bg-surface-400 maz:rounded-md maz:text-2xl">
|
|
220
272
|
🚀
|
|
221
273
|
</span>
|
|
222
|
-
<MazBadge color="accent" class="maz
|
|
274
|
+
<MazBadge color="accent" class="maz:text-base">Package</MazBadge>
|
|
223
275
|
</div>
|
|
224
|
-
<h3 class="maz
|
|
225
|
-
<p class="dark:
|
|
276
|
+
<h3 class="maz:text-base maz:font-semibold">@maz-ui/nuxt</h3>
|
|
277
|
+
<p class="maz:dark:text-gray-300 maz:text-muted maz:text-sm">
|
|
226
278
|
Official Nuxt module with auto-imports, optimized builds, and seamless SSR support. Zero configuration required.
|
|
227
279
|
</p>
|
|
228
|
-
<div class="maz
|
|
229
|
-
<MazBtn color="
|
|
280
|
+
<div class="maz:flex-1"></div>
|
|
281
|
+
<MazBtn color="surface" outlined size="sm" block href="/guide/nuxt">Discover</MazBtn>
|
|
230
282
|
</MazCardSpotlight>
|
|
231
283
|
</a>
|
|
232
|
-
<a href="/guide/icons" class="maz
|
|
233
|
-
<MazCardSpotlight class="maz
|
|
234
|
-
<div class="maz
|
|
235
|
-
<span class="maz
|
|
284
|
+
<a href="/guide/icons" class="maz:flex">
|
|
285
|
+
<MazCardSpotlight class="maz:w-full" color="accent" content-class="maz:flex maz:flex-col maz:gap-2 maz:items-start">
|
|
286
|
+
<div class="maz:flex maz:items-start maz:gap-2 maz:justify-between maz:w-full">
|
|
287
|
+
<span class="maz:py-1 maz:px-2 maz:bg-surface-600 maz:dark:bg-surface-400 maz:rounded-md maz:text-2xl">
|
|
236
288
|
🎨
|
|
237
289
|
</span>
|
|
238
|
-
<MazBadge color="accent" class="maz
|
|
290
|
+
<MazBadge color="accent" class="maz:text-base">Package</MazBadge>
|
|
239
291
|
</div>
|
|
240
|
-
<h3 class="maz
|
|
241
|
-
<p class="dark:
|
|
242
|
-
860+ beautiful SVG icons ready for Vue. Multiple usage patterns: components, direct SVG files, or auto-import.
|
|
292
|
+
<h3 class="maz:text-base maz:font-semibold">@maz-ui/icons</h3>
|
|
293
|
+
<p class="maz:dark:text-gray-300 maz:text-muted maz:text-sm">
|
|
294
|
+
860+ beautiful SVG icons ready for Vue. Multiple usage patterns: components, direct SVG files, raw SVG strings or auto-import.
|
|
243
295
|
</p>
|
|
244
|
-
<div class="maz
|
|
245
|
-
<MazBtn color="
|
|
296
|
+
<div class="maz:flex-1"></div>
|
|
297
|
+
<MazBtn color="surface" outlined size="sm" block href="/guide/icons">Discover</MazBtn>
|
|
246
298
|
</MazCardSpotlight>
|
|
247
299
|
</a>
|
|
248
|
-
<a href="/guide/translations" class="maz
|
|
249
|
-
<MazCardSpotlight class="maz
|
|
250
|
-
<div class="maz
|
|
251
|
-
<span class="maz
|
|
300
|
+
<a href="/guide/translations" class="maz:flex">
|
|
301
|
+
<MazCardSpotlight class="maz:w-full" color="accent" content-class="maz:flex maz:flex-col maz:gap-2 maz:items-start">
|
|
302
|
+
<div class="maz:flex maz:items-start maz:gap-2 maz:justify-between maz:w-full">
|
|
303
|
+
<span class="maz:py-1 maz:px-2 maz:bg-surface-600 maz:dark:bg-surface-400 maz:rounded-md maz:text-2xl">
|
|
252
304
|
🌍
|
|
253
305
|
</span>
|
|
254
|
-
<MazBadge color="accent" class="maz
|
|
306
|
+
<MazBadge color="accent" class="maz:text-base">Package</MazBadge>
|
|
255
307
|
</div>
|
|
256
|
-
<h3 class="maz
|
|
257
|
-
<p class="dark:
|
|
308
|
+
<h3 class="maz:text-base maz:font-semibold">@maz-ui/translations</h3>
|
|
309
|
+
<p class="maz:dark:text-gray-300 maz:text-muted maz:text-sm">
|
|
258
310
|
Simple internationalization system for Maz-UI components. Translate your interface into any language with ease.
|
|
259
311
|
</p>
|
|
260
|
-
<div class="maz
|
|
261
|
-
<MazBtn color="
|
|
312
|
+
<div class="maz:flex-1"></div>
|
|
313
|
+
<MazBtn color="surface" outlined size="sm" block href="/guide/translations">Discover</MazBtn>
|
|
262
314
|
</MazCardSpotlight>
|
|
263
315
|
</a>
|
|
264
|
-
<a href="/guide/themes" class="maz
|
|
265
|
-
<MazCardSpotlight class="maz
|
|
266
|
-
<div class="maz
|
|
267
|
-
<span class="maz
|
|
316
|
+
<a href="/guide/themes" class="maz:flex">
|
|
317
|
+
<MazCardSpotlight class="maz:w-full" color="accent" content-class="maz:flex maz:flex-col maz:gap-2 maz:items-start">
|
|
318
|
+
<div class="maz:flex maz:items-start maz:gap-2 maz:justify-between maz:w-full">
|
|
319
|
+
<span class="maz:py-1 maz:px-2 maz:bg-surface-600 maz:dark:bg-surface-400 maz:rounded-md maz:text-2xl">
|
|
268
320
|
🎭
|
|
269
321
|
</span>
|
|
270
|
-
<MazBadge color="accent" class="maz
|
|
322
|
+
<MazBadge color="accent" class="maz:text-base">Package</MazBadge>
|
|
271
323
|
</div>
|
|
272
|
-
<h3 class="maz
|
|
273
|
-
<p class="dark:
|
|
324
|
+
<h3 class="maz:text-base maz:font-semibold">@maz-ui/themes</h3>
|
|
325
|
+
<p class="maz:dark:text-gray-300 maz:text-muted maz:text-sm">
|
|
274
326
|
Pre-built theme collections and design tokens for rapid UI development. Ready-to-use color schemes and styles.
|
|
275
327
|
</p>
|
|
276
|
-
<div class="maz
|
|
277
|
-
<MazBtn color="
|
|
328
|
+
<div class="maz:flex-1"></div>
|
|
329
|
+
<MazBtn color="surface" outlined size="sm" block href="/guide/themes">Discover</MazBtn>
|
|
278
330
|
</MazCardSpotlight>
|
|
279
331
|
</a>
|
|
280
|
-
<a href="/guide/mcp" class="maz
|
|
281
|
-
<MazCardSpotlight class="maz
|
|
282
|
-
<div class="maz
|
|
283
|
-
<span class="maz
|
|
332
|
+
<a href="/guide/mcp" class="maz:flex">
|
|
333
|
+
<MazCardSpotlight class="maz:w-full" color="accent" content-class="maz:flex maz:flex-col maz:gap-2 maz:items-start">
|
|
334
|
+
<div class="maz:flex maz:items-start maz:gap-2 maz:justify-between maz:w-full">
|
|
335
|
+
<span class="maz:py-1 maz:px-2 maz:bg-surface-600 maz:dark:bg-surface-400 maz:rounded-md maz:text-2xl">
|
|
284
336
|
🚀
|
|
285
337
|
</span>
|
|
286
|
-
<MazBadge color="accent" class="maz
|
|
338
|
+
<MazBadge color="accent" class="maz:text-base">Package</MazBadge>
|
|
287
339
|
</div>
|
|
288
|
-
<h3 class="maz
|
|
289
|
-
<p class="dark:
|
|
340
|
+
<h3 class="maz:text-base maz:font-semibold">@maz-ui/mcp</h3>
|
|
341
|
+
<p class="maz:dark:text-gray-300 maz:text-muted maz:text-sm">
|
|
290
342
|
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.
|
|
291
343
|
</p>
|
|
292
|
-
<div class="maz
|
|
293
|
-
<MazBtn color="
|
|
344
|
+
<div class="maz:flex-1"></div>
|
|
345
|
+
<MazBtn color="surface" outlined size="sm" block href="/guide/mcp">Discover</MazBtn>
|
|
294
346
|
</MazCardSpotlight>
|
|
295
347
|
</a>
|
|
296
348
|
</div>
|
|
297
349
|
</section>
|
|
298
350
|
|
|
299
|
-
<section class="maz
|
|
300
|
-
<h2 class="maz
|
|
351
|
+
<section class="maz:mt-12 vp-raw">
|
|
352
|
+
<h2 class="maz:text-2xl maz:font-bold maz:mb-8">Popular Components & Modules</h2>
|
|
301
353
|
|
|
302
|
-
<div class="maz
|
|
303
|
-
<MazCardSpotlight color="info" content-class="maz
|
|
304
|
-
<div class="maz
|
|
305
|
-
<span class="maz
|
|
354
|
+
<div class="maz:grid maz:grid-cols-1 maz:tab-m:grid-cols-2 maz:tab-l:grid-cols-3 maz:gap-4">
|
|
355
|
+
<MazCardSpotlight color="info" content-class="maz:flex maz:flex-col maz:gap-2">
|
|
356
|
+
<div class="maz:flex maz:items-start maz:gap-2 maz:justify-between w-full">
|
|
357
|
+
<span class="maz:py-1 maz:px-2 maz:bg-surface-600 maz:dark:bg-surface-400 maz:rounded-md maz:text-2xl">
|
|
306
358
|
📞
|
|
307
359
|
</span>
|
|
308
|
-
<MazBadge color="primary" class="maz
|
|
360
|
+
<MazBadge color="primary" class="maz:text-base">Component</MazBadge>
|
|
309
361
|
</div>
|
|
310
|
-
<h3 class="maz
|
|
311
|
-
<p class="dark:
|
|
362
|
+
<h3 class="maz:text-base maz:font-semibold">MazInputPhoneNumber</h3>
|
|
363
|
+
<p class="maz:dark:text-gray-300 maz:text-muted maz:text-sm">
|
|
312
364
|
A powerful phone number input component with international number formatting and validation.
|
|
313
365
|
</p>
|
|
314
|
-
<div class="maz
|
|
315
|
-
<MazBtn color="
|
|
366
|
+
<div class="maz:flex-1"></div>
|
|
367
|
+
<MazBtn color="surface" outlined size="sm" block href="/components/maz-input-phone-number">Discover</MazBtn>
|
|
316
368
|
</MazCardSpotlight>
|
|
317
|
-
<MazCardSpotlight color="info" content-class="maz
|
|
318
|
-
<div class="maz
|
|
319
|
-
<span class="maz
|
|
369
|
+
<MazCardSpotlight color="info" content-class="maz:flex maz:flex-col maz:gap-2">
|
|
370
|
+
<div class="maz:flex maz:items-start maz:gap-2 maz:justify-between w-full">
|
|
371
|
+
<span class="maz:py-1 maz:px-2 maz:bg-surface-600 maz:dark:bg-surface-400 maz:rounded-md maz:text-2xl">
|
|
320
372
|
🪟
|
|
321
373
|
</span>
|
|
322
|
-
<MazBadge color="primary" class="maz
|
|
374
|
+
<MazBadge color="primary" class="maz:text-base">Component</MazBadge>
|
|
323
375
|
</div>
|
|
324
|
-
<h3 class="maz
|
|
325
|
-
<p class="dark:
|
|
376
|
+
<h3 class="maz:text-base maz:font-semibold">MazPopover</h3>
|
|
377
|
+
<p class="maz:dark:text-gray-300 maz:text-muted maz:text-sm">
|
|
326
378
|
A powerful popover component with various customization options and smooth animations.
|
|
327
379
|
</p>
|
|
328
|
-
<div class="maz
|
|
329
|
-
<MazBtn color="
|
|
380
|
+
<div class="maz:flex-1"></div>
|
|
381
|
+
<MazBtn color="surface" outlined size="sm" block href="/components/maz-popover">Discover</MazBtn>
|
|
330
382
|
</MazCardSpotlight>
|
|
331
|
-
<MazCardSpotlight color="info" content-class="maz
|
|
332
|
-
<div class="maz
|
|
333
|
-
<span class="maz
|
|
383
|
+
<MazCardSpotlight color="info" content-class="maz:flex maz:flex-col maz:gap-2">
|
|
384
|
+
<div class="maz:flex maz:items-start maz:gap-2 maz:justify-between w-full">
|
|
385
|
+
<span class="maz:py-1 maz:px-2 maz:bg-surface-600 maz:dark:bg-surface-400 maz:rounded-md maz:text-2xl">
|
|
334
386
|
✏️
|
|
335
387
|
</span>
|
|
336
|
-
<MazBadge color="primary" class="maz
|
|
388
|
+
<MazBadge color="primary" class="maz:text-base">Component</MazBadge>
|
|
337
389
|
</div>
|
|
338
|
-
<h3 class="maz
|
|
339
|
-
<p class="dark:
|
|
390
|
+
<h3 class="maz:text-base maz:font-semibold">MazInput</h3>
|
|
391
|
+
<p class="maz:dark:text-gray-300 maz:text-muted maz:text-sm">
|
|
340
392
|
A versatile input component with various customization options and validation support.
|
|
341
393
|
</p>
|
|
342
|
-
<div class="maz
|
|
343
|
-
<MazBtn color="
|
|
394
|
+
<div class="maz:flex-1"></div>
|
|
395
|
+
<MazBtn color="surface" outlined size="sm" block href="/components/maz-input">Discover</MazBtn>
|
|
344
396
|
</MazCardSpotlight>
|
|
345
|
-
<MazCardSpotlight color="info" content-class="maz
|
|
346
|
-
<div class="maz
|
|
347
|
-
<span class="maz
|
|
397
|
+
<MazCardSpotlight color="info" content-class="maz:flex maz:flex-col maz:gap-2">
|
|
398
|
+
<div class="maz:flex maz:items-start maz:gap-2 maz:justify-between w-full">
|
|
399
|
+
<span class="maz:py-1 maz:px-2 maz:bg-surface-600 maz:dark:bg-surface-400 maz:rounded-md maz:text-2xl">
|
|
348
400
|
🔔
|
|
349
401
|
</span>
|
|
350
|
-
<MazBadge color="info" class="maz
|
|
402
|
+
<MazBadge color="info" class="maz:text-base">Plugin</MazBadge>
|
|
351
403
|
</div>
|
|
352
|
-
<h3 class="maz
|
|
353
|
-
<p class="dark:
|
|
404
|
+
<h3 class="maz:text-base maz:font-semibold">Toast</h3>
|
|
405
|
+
<p class="maz:dark:text-gray-300 maz:text-muted maz:text-sm">
|
|
354
406
|
A simple and customizable toast notification module to display messages to users.
|
|
355
407
|
</p>
|
|
356
|
-
<div class="maz
|
|
357
|
-
<MazBtn color="
|
|
408
|
+
<div class="maz:flex-1"></div>
|
|
409
|
+
<MazBtn color="surface" outlined size="sm" block href="/plugins/toast">Discover</MazBtn>
|
|
358
410
|
</MazCardSpotlight>
|
|
359
411
|
</div>
|
|
360
412
|
</section>
|
|
361
413
|
|
|
362
|
-
<section class="maz
|
|
363
|
-
<h2 class="maz
|
|
364
|
-
<div class="maz
|
|
365
|
-
<MazCardSpotlight color="secondary" content-class="maz
|
|
366
|
-
<div class="maz
|
|
367
|
-
<span class="maz
|
|
414
|
+
<section class="maz:mt-12 vp-raw">
|
|
415
|
+
<h2 class="maz:text-2xl maz:font-bold maz:mb-8">Latest Components & Modules</h2>
|
|
416
|
+
<div class="maz:grid maz:grid-cols-1 maz:tab-m:grid-cols-2 maz:tab-l:grid-cols-3 maz:gap-4">
|
|
417
|
+
<MazCardSpotlight color="secondary" content-class="maz:flex maz:flex-col maz:gap-2">
|
|
418
|
+
<div class="maz:flex maz:items-start maz:gap-2 maz:justify-between w-full">
|
|
419
|
+
<span class="maz:py-1 maz:px-2 maz:bg-surface-600 maz:dark:bg-surface-400 maz:rounded-md maz:text-2xl">
|
|
368
420
|
✨
|
|
369
421
|
</span>
|
|
370
|
-
<MazBadge color="primary" class="maz
|
|
422
|
+
<MazBadge color="primary" class="maz:text-base">Component</MazBadge>
|
|
371
423
|
</div>
|
|
372
|
-
<h3 class="maz
|
|
373
|
-
<p class="dark:
|
|
424
|
+
<h3 class="maz:text-base maz:font-semibold">MazAnimatedText</h3>
|
|
425
|
+
<p class="maz:dark:text-gray-300 maz:text-muted maz:text-sm">
|
|
374
426
|
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.
|
|
375
427
|
</p>
|
|
376
|
-
<div class="maz
|
|
377
|
-
<MazBtn color="
|
|
428
|
+
<div class="maz:flex-1"></div>
|
|
429
|
+
<MazBtn color="surface" outlined size="sm" block href="/components/maz-animated-text">Discover</MazBtn>
|
|
378
430
|
</MazCardSpotlight>
|
|
379
|
-
<MazCardSpotlight color="secondary" content-class="maz
|
|
380
|
-
<div class="maz
|
|
381
|
-
<span class="maz
|
|
431
|
+
<MazCardSpotlight color="secondary" content-class="maz:flex maz:flex-col maz:gap-2">
|
|
432
|
+
<div class="maz:flex maz:items-start maz:gap-2 maz:justify-between w-full">
|
|
433
|
+
<span class="maz:py-1 maz:px-2 maz:bg-surface-600 maz:dark:bg-surface-400 maz:rounded-md maz:text-2xl">
|
|
382
434
|
🎭
|
|
383
435
|
</span>
|
|
384
|
-
<MazBadge color="primary" class="maz
|
|
436
|
+
<MazBadge color="primary" class="maz:text-base">Component</MazBadge>
|
|
385
437
|
</div>
|
|
386
|
-
<h3 class="maz
|
|
387
|
-
<p class="dark:
|
|
438
|
+
<h3 class="maz:text-base maz:font-semibold">MazAnimatedElement</h3>
|
|
439
|
+
<p class="maz:dark:text-gray-300 maz:text-muted maz:text-sm">
|
|
388
440
|
A versatile animation component that adds smooth entrance animations to any element. Features multiple animation directions and customizable timing for creating engaging UI interactions.
|
|
389
441
|
</p>
|
|
390
|
-
<div class="maz
|
|
391
|
-
<MazBtn color="
|
|
442
|
+
<div class="maz:flex-1"></div>
|
|
443
|
+
<MazBtn color="surface" outlined size="sm" block href="/components/maz-animated-element">Discover</MazBtn>
|
|
392
444
|
</MazCardSpotlight>
|
|
393
|
-
<MazCardSpotlight color="secondary" content-class="maz
|
|
394
|
-
<div class="maz
|
|
395
|
-
<span class="maz
|
|
445
|
+
<MazCardSpotlight color="secondary" content-class="maz:flex maz:flex-col maz:gap-2">
|
|
446
|
+
<div class="maz:flex maz:items-start maz:gap-2 maz:justify-between w-full">
|
|
447
|
+
<span class="maz:py-1 maz:px-2 maz:bg-surface-600 maz:dark:bg-surface-400 maz:rounded-md maz:text-2xl">
|
|
396
448
|
🔦
|
|
397
449
|
</span>
|
|
398
|
-
<MazBadge color="primary" class="maz
|
|
450
|
+
<MazBadge color="primary" class="maz:text-base">Component</MazBadge>
|
|
399
451
|
</div>
|
|
400
|
-
<h3 class="maz
|
|
401
|
-
<p class="dark:
|
|
452
|
+
<h3 class="maz:text-base maz:font-semibold">MazCardSpotlight</h3>
|
|
453
|
+
<p class="maz:dark:text-gray-300 maz:text-muted maz:text-sm">
|
|
402
454
|
A beautiful card component with a spotlight effect that follows your cursor movement. Perfect for highlighting important content or creating engaging UI elements.
|
|
403
455
|
</p>
|
|
404
|
-
<div class="maz
|
|
405
|
-
<MazBtn color="
|
|
456
|
+
<div class="maz:flex-1"></div>
|
|
457
|
+
<MazBtn color="surface" outlined size="sm" block href="/components/maz-card-spotlight">Discover</MazBtn>
|
|
406
458
|
</MazCardSpotlight>
|
|
407
|
-
<MazCardSpotlight color="secondary" content-class="maz
|
|
408
|
-
<div class="maz
|
|
409
|
-
<span class="maz
|
|
459
|
+
<MazCardSpotlight color="secondary" content-class="maz:flex maz:flex-col maz:gap-2">
|
|
460
|
+
<div class="maz:flex maz:items-start maz:gap-2 maz:justify-between w-full">
|
|
461
|
+
<span class="maz:py-1 maz:px-2 maz:bg-surface-600 maz:dark:bg-surface-400 maz:rounded-md maz:text-2xl">
|
|
410
462
|
📝
|
|
411
463
|
</span>
|
|
412
|
-
<MazBadge color="success" class="maz
|
|
464
|
+
<MazBadge color="success" class="maz:text-base">Composable</MazBadge>
|
|
413
465
|
</div>
|
|
414
|
-
<h3 class="maz
|
|
415
|
-
<p class="dark:
|
|
466
|
+
<h3 class="maz:text-base maz:font-semibold">useFormValidator</h3>
|
|
467
|
+
<p class="maz:dark:text-gray-300 maz:text-muted maz:text-sm">
|
|
416
468
|
A Vue composable designed to simplify form validation using Valibot as the validation library. Offers a flexible and typed approach to handle form validation.
|
|
417
469
|
</p>
|
|
418
|
-
<div class="maz
|
|
419
|
-
<MazBtn color="
|
|
470
|
+
<div class="maz:flex-1"></div>
|
|
471
|
+
<MazBtn color="surface" outlined size="sm" block href="/composables/use-form-validator">Discover</MazBtn>
|
|
420
472
|
</MazCardSpotlight>
|
|
421
|
-
<MazCardSpotlight color="secondary" content-class="maz
|
|
422
|
-
<div class="maz
|
|
423
|
-
<span class="maz
|
|
473
|
+
<MazCardSpotlight color="secondary" content-class="maz:flex maz:flex-col maz:gap-2">
|
|
474
|
+
<div class="maz:flex maz:items-start maz:gap-2 maz:justify-between w-full">
|
|
475
|
+
<span class="maz:py-1 maz:px-2 maz:bg-surface-600 maz:dark:bg-surface-400 maz:rounded-md maz:text-2xl">
|
|
424
476
|
📋
|
|
425
477
|
</span>
|
|
426
|
-
<MazBadge color="primary" class="maz
|
|
478
|
+
<MazBadge color="primary" class="maz:text-base">Component</MazBadge>
|
|
427
479
|
</div>
|
|
428
|
-
<h3 class="maz
|
|
429
|
-
<p class="dark:
|
|
480
|
+
<h3 class="maz:text-base maz:font-semibold">MazChecklist</h3>
|
|
481
|
+
<p class="maz:dark:text-gray-300 maz:text-muted maz:text-sm">
|
|
430
482
|
A versatile checklist component with integrated search functionality, perfect for managing multiple selections with an intuitive user interface.
|
|
431
483
|
</p>
|
|
432
|
-
<div class="maz
|
|
433
|
-
<MazBtn color="
|
|
484
|
+
<div class="maz:flex-1"></div>
|
|
485
|
+
<MazBtn color="surface" outlined size="sm" block href="/components/maz-checklist">Discover</MazBtn>
|
|
434
486
|
</MazCardSpotlight>
|
|
435
|
-
<MazCardSpotlight color="secondary" content-class="maz
|
|
436
|
-
<div class="maz
|
|
437
|
-
<span class="maz
|
|
487
|
+
<MazCardSpotlight color="secondary" content-class="maz:flex maz:flex-col maz:gap-2">
|
|
488
|
+
<div class="maz:flex maz:items-start maz:gap-2 maz:justify-between w-full">
|
|
489
|
+
<span class="maz:py-1 maz:px-2 maz:bg-surface-600 maz:dark:bg-surface-400 maz:rounded-md maz:text-2xl">
|
|
438
490
|
💬
|
|
439
491
|
</span>
|
|
440
|
-
<MazBadge color="info" class="maz
|
|
492
|
+
<MazBadge color="info" class="maz:text-base">Plugin</MazBadge>
|
|
441
493
|
</div>
|
|
442
|
-
<h3 class="maz
|
|
443
|
-
<p class="dark:
|
|
494
|
+
<h3 class="maz:text-base maz:font-semibold">Dialog</h3>
|
|
495
|
+
<p class="maz:dark:text-gray-300 maz:text-muted maz:text-sm">
|
|
444
496
|
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.
|
|
445
497
|
</p>
|
|
446
|
-
<div class="maz
|
|
447
|
-
<MazBtn color="
|
|
498
|
+
<div class="maz:flex-1"></div>
|
|
499
|
+
<MazBtn color="surface" outlined size="sm" block href="/plugins/dialog">Discover</MazBtn>
|
|
448
500
|
</MazCardSpotlight>
|
|
449
|
-
<MazCardSpotlight color="secondary" content-class="maz
|
|
450
|
-
<div class="maz
|
|
451
|
-
<span class="maz
|
|
501
|
+
<MazCardSpotlight color="secondary" content-class="maz:flex maz:flex-col maz:gap-2">
|
|
502
|
+
<div class="maz:flex maz:items-start maz:gap-2 maz:justify-between w-full">
|
|
503
|
+
<span class="maz:py-1 maz:px-2 maz:bg-surface-600 maz:dark:bg-surface-400 maz:rounded-md maz:text-2xl">
|
|
452
504
|
🖼️
|
|
453
505
|
</span>
|
|
454
|
-
<MazBadge color="warning" class="maz
|
|
506
|
+
<MazBadge color="warning" class="maz:text-base">Directive</MazBadge>
|
|
455
507
|
</div>
|
|
456
|
-
<h3 class="maz
|
|
457
|
-
<p class="dark:
|
|
508
|
+
<h3 class="maz:text-base maz:font-semibold">v-fullscreen-img</h3>
|
|
509
|
+
<p class="maz:dark:text-gray-300 maz:text-muted maz:text-sm">
|
|
458
510
|
A powerful directive to display images in fullscreen with zoom capabilities, hover effects and smooth animations. Perfect for galleries and image previews.
|
|
459
511
|
</p>
|
|
460
|
-
<div class="maz
|
|
461
|
-
<MazBtn color="
|
|
512
|
+
<div class="maz:flex-1"></div>
|
|
513
|
+
<MazBtn color="surface" outlined size="sm" block href="/directives/fullscreen-img">Discover</MazBtn>
|
|
462
514
|
</MazCardSpotlight>
|
|
463
|
-
<MazCardSpotlight color="secondary" content-class="maz
|
|
464
|
-
<div class="maz
|
|
465
|
-
<span class="maz
|
|
515
|
+
<MazCardSpotlight color="secondary" content-class="maz:flex maz:flex-col maz:gap-2">
|
|
516
|
+
<div class="maz:flex maz:items-start maz:gap-2 maz:justify-between w-full">
|
|
517
|
+
<span class="maz:py-1 maz:px-2 maz:bg-surface-600 maz:dark:bg-surface-400 maz:rounded-md maz:text-2xl">
|
|
466
518
|
🌍
|
|
467
519
|
</span>
|
|
468
|
-
<MazBadge color="success" class="maz
|
|
520
|
+
<MazBadge color="success" class="maz:text-base">Composable</MazBadge>
|
|
469
521
|
</div>
|
|
470
|
-
<h3 class="maz
|
|
471
|
-
<p class="dark:
|
|
522
|
+
<h3 class="maz:text-base maz:font-semibold">useDisplayNames</h3>
|
|
523
|
+
<p class="maz:dark:text-gray-300 maz:text-muted maz:text-sm">
|
|
472
524
|
A Vue composable that provides functions to work with localized display names based on ISO codes, leveraging the Intl.DisplayNames API.
|
|
473
525
|
</p>
|
|
474
|
-
<div class="maz
|
|
475
|
-
<MazBtn color="
|
|
526
|
+
<div class="maz:flex-1"></div>
|
|
527
|
+
<MazBtn color="surface" outlined size="sm" block href="/composables/use-display-names">Discover</MazBtn>
|
|
476
528
|
</MazCardSpotlight>
|
|
477
|
-
<MazCardSpotlight color="secondary" content-class="maz
|
|
478
|
-
<div class="maz
|
|
479
|
-
<span class="maz
|
|
529
|
+
<MazCardSpotlight color="secondary" content-class="maz:flex maz:flex-col maz:gap-2">
|
|
530
|
+
<div class="maz:flex maz:items-start maz:gap-2 maz:justify-between w-full">
|
|
531
|
+
<span class="maz:py-1 maz:px-2 maz:bg-surface-600 maz:dark:bg-surface-400 maz:rounded-md maz:text-2xl">
|
|
480
532
|
📊
|
|
481
533
|
</span>
|
|
482
|
-
<MazBadge color="primary" class="maz
|
|
534
|
+
<MazBadge color="primary" class="maz:text-base">Component</MazBadge>
|
|
483
535
|
</div>
|
|
484
|
-
<h3 class="maz
|
|
485
|
-
<p class="dark:
|
|
536
|
+
<h3 class="maz:text-base maz:font-semibold">MazTable</h3>
|
|
537
|
+
<p class="maz:dark:text-gray-300 maz:text-muted maz:text-sm">
|
|
486
538
|
A powerful table component with sorting, search, pagination and selection features. Perfect for displaying and managing tabular data in an interactive manner.
|
|
487
539
|
</p>
|
|
488
|
-
<div class="maz
|
|
489
|
-
<MazBtn color="
|
|
540
|
+
<div class="maz:flex-1"></div>
|
|
541
|
+
<MazBtn color="surface" outlined size="sm" block href="/components/maz-table">Discover</MazBtn>
|
|
490
542
|
</MazCardSpotlight>
|
|
491
543
|
</div>
|
|
492
544
|
</section>
|
|
@@ -504,9 +556,15 @@ description: Build amazing interfaces with Maz-UI - standalone components & tool
|
|
|
504
556
|
import DemoDashboardPage from '../components/DemoDashboardPage.vue'
|
|
505
557
|
import DemoProductPage from '../components/DemoProductPage.vue'
|
|
506
558
|
import Contributors from './../.vitepress/theme/components/Contributors.vue'
|
|
559
|
+
import { MazArrowTopRightOnSquare } from '@maz-ui/icons/MazArrowTopRightOnSquare'
|
|
560
|
+
import { MazStar } from '@maz-ui/icons/MazStar'
|
|
561
|
+
import { MazPlay } from '@maz-ui/icons/raw/MazPlay'
|
|
562
|
+
import { MazGithub } from '@maz-ui/icons/MazGithub'
|
|
563
|
+
import { MazSun } from '@maz-ui/icons/raw/MazSun'
|
|
564
|
+
import { MazMoon } from '@maz-ui/icons/raw/MazMoon'
|
|
565
|
+
import { MazSparkles } from '@maz-ui/icons/MazSparkles'
|
|
507
566
|
|
|
508
567
|
import { ref, computed } from 'vue'
|
|
509
|
-
import { MazStar, MazPlay, MazGithub, MazSun, MazMoon } from '@maz-ui/icons'
|
|
510
568
|
import { useTheme } from '@maz-ui/themes/composables/useTheme'
|
|
511
569
|
|
|
512
570
|
const {
|