@maz-ui/mcp 4.9.3 → 5.0.0-beta.1
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 -34
- package/docs/src/components/maz-bottom-sheet.md +74 -74
- package/docs/src/components/maz-btn-group.md +17 -17
- package/docs/src/components/maz-btn.md +129 -96
- 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 -12
- package/docs/src/components/maz-pagination.md +2 -2
- package/docs/src/components/maz-popover.md +236 -236
- 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 +187 -0
- package/docs/src/ecosystem/stylelint-config.md +302 -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 +11 -11
- package/docs/src/guide/icons.md +32 -5
- 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 +296 -266
- 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,36 +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 class="vp-raw maz
|
|
15
|
-
<MazAnimatedElement :delay="0" class="maz
|
|
16
|
-
<
|
|
17
|
-
<
|
|
18
|
-
|
|
19
|
-
<
|
|
20
|
-
<
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
<MazBtn href="
|
|
29
|
-
|
|
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
30
|
</MazBtn>
|
|
31
|
-
|
|
32
|
-
|
|
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>
|
|
33
36
|
</MazAnimatedElement>
|
|
34
37
|
</section>
|
|
35
38
|
|
|
36
|
-
<section id="hero" class="maz
|
|
37
|
-
<div class="maz
|
|
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">
|
|
38
41
|
<MazAnimatedText
|
|
39
42
|
text="Collection of standalone components, plugins, directives, composables and more"
|
|
40
43
|
direction="down"
|
|
41
44
|
:delay="0"
|
|
42
45
|
tag="h2"
|
|
43
|
-
class="maz
|
|
46
|
+
class="maz:text-xl maz:tracking-tight maz:text-muted maz:tab-m:flex-center maz:tab-m:w-full"
|
|
44
47
|
:duration="2000"
|
|
45
48
|
:column-gap="0.2"
|
|
46
49
|
/>
|
|
@@ -50,53 +53,58 @@ description: Build amazing interfaces with Maz-UI - standalone components & tool
|
|
|
50
53
|
direction="down"
|
|
51
54
|
:delay="500"
|
|
52
55
|
tag="h1"
|
|
53
|
-
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"
|
|
54
57
|
/>
|
|
55
58
|
</div>
|
|
56
59
|
<MazAnimatedElement :delay="1000">
|
|
57
|
-
<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">
|
|
58
61
|
<MazBtn
|
|
59
62
|
size="lg"
|
|
60
63
|
href="/guide/getting-started"
|
|
61
|
-
class="maz
|
|
62
|
-
:
|
|
64
|
+
class="maz:w-full maz:mob-l:w-auto maz:font-semibold"
|
|
65
|
+
:start-icon="MazPlay"
|
|
63
66
|
>
|
|
64
67
|
Get Started
|
|
65
68
|
</MazBtn>
|
|
66
|
-
<MazBtn v-if="typeof starCount === 'number'" href="https://github.com/LouisMazel/maz-ui" target="blank" outlined color="
|
|
67
|
-
<template #
|
|
68
|
-
<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" />
|
|
69
72
|
</template>
|
|
70
|
-
<MazAnimatedCounter :delay="1250" :count="starCount" class="maz
|
|
71
|
-
<template #
|
|
72
|
-
<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" />
|
|
73
76
|
</template>
|
|
74
77
|
</MazBtn>
|
|
75
78
|
</div>
|
|
76
79
|
</MazAnimatedElement>
|
|
77
80
|
|
|
78
|
-
<MazAnimatedElement :delay="1250" class="maz
|
|
81
|
+
<MazAnimatedElement :delay="1250" class="maz:mt-12 maz:tab-l:mt-20">
|
|
79
82
|
<MazTabs>
|
|
80
|
-
<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">
|
|
81
84
|
<MazTabsBar :items="['Dashboard', 'Product Page', 'Auth Page']" />
|
|
82
|
-
<div class="maz
|
|
83
|
-
<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" />
|
|
84
87
|
<MazRadioButtons
|
|
85
88
|
:model-value="presetName"
|
|
86
89
|
size="sm"
|
|
87
|
-
:options="[
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
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
|
+
]"
|
|
100
108
|
@update:model-value="changePreset"
|
|
101
109
|
/>
|
|
102
110
|
</div>
|
|
@@ -107,15 +115,15 @@ description: Build amazing interfaces with Maz-UI - standalone components & tool
|
|
|
107
115
|
bordered
|
|
108
116
|
:padding="false"
|
|
109
117
|
overflow-hidden
|
|
110
|
-
class="maz
|
|
111
|
-
content-class="maz
|
|
118
|
+
class="maz:relative maz:w-full"
|
|
119
|
+
content-class="maz:flex maz:flex-col maz:gap-2 maz:items-start"
|
|
112
120
|
>
|
|
113
|
-
|
|
114
|
-
<div class="dark:
|
|
115
|
-
<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" />
|
|
116
124
|
</div>
|
|
117
|
-
<div class="maz
|
|
118
|
-
<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" />
|
|
119
127
|
</div>
|
|
120
128
|
</MazCard>
|
|
121
129
|
</MazTabsContentItem>
|
|
@@ -124,15 +132,15 @@ description: Build amazing interfaces with Maz-UI - standalone components & tool
|
|
|
124
132
|
bordered
|
|
125
133
|
:padding="false"
|
|
126
134
|
overflow-hidden
|
|
127
|
-
class="maz
|
|
128
|
-
content-class="maz
|
|
135
|
+
class="maz:relative maz:w-full"
|
|
136
|
+
content-class="maz:flex maz:flex-col maz:gap-2 maz:items-start"
|
|
129
137
|
>
|
|
130
|
-
|
|
131
|
-
<div class="dark:
|
|
132
|
-
<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" />
|
|
133
141
|
</div>
|
|
134
|
-
<div class="maz
|
|
135
|
-
<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" />
|
|
136
144
|
</div>
|
|
137
145
|
</MazCard>
|
|
138
146
|
</MazTabsContentItem>
|
|
@@ -141,15 +149,15 @@ description: Build amazing interfaces with Maz-UI - standalone components & tool
|
|
|
141
149
|
bordered
|
|
142
150
|
:padding="false"
|
|
143
151
|
overflow-hidden
|
|
144
|
-
class="maz
|
|
145
|
-
content-class="maz
|
|
152
|
+
class="maz:relative maz:w-full"
|
|
153
|
+
content-class="maz:flex maz:flex-col maz:gap-2 maz:items-start"
|
|
146
154
|
>
|
|
147
|
-
|
|
148
|
-
<div class="dark:
|
|
149
|
-
<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" />
|
|
150
158
|
</div>
|
|
151
|
-
<div class="maz
|
|
152
|
-
<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" />
|
|
153
161
|
</div>
|
|
154
162
|
</MazCard>
|
|
155
163
|
</MazTabsContentItem>
|
|
@@ -158,357 +166,379 @@ description: Build amazing interfaces with Maz-UI - standalone components & tool
|
|
|
158
166
|
</MazAnimatedElement>
|
|
159
167
|
</section>
|
|
160
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
|
+
|
|
161
191
|
<section class="vp-raw">
|
|
162
|
-
<h2 class="maz
|
|
163
|
-
<div class="maz
|
|
164
|
-
<MazCardSpotlight content-class="maz
|
|
165
|
-
<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">
|
|
166
196
|
⚡️
|
|
167
197
|
</span>
|
|
168
|
-
<h2 class="maz
|
|
169
|
-
<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">
|
|
170
200
|
All components or tools are standalone; if you want, you can use only one module from this library.
|
|
171
201
|
You don't need to install the whole library.
|
|
172
202
|
</p>
|
|
173
203
|
</MazCardSpotlight>
|
|
174
|
-
<MazCardSpotlight content-class="maz
|
|
175
|
-
<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">
|
|
176
206
|
👨❤️👨
|
|
177
207
|
</span>
|
|
178
|
-
<h2 class="maz
|
|
179
|
-
<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">
|
|
180
210
|
All components work with Nuxt, no need to install components on the client side.
|
|
181
211
|
</p>
|
|
182
212
|
</MazCardSpotlight>
|
|
183
|
-
<MazCardSpotlight content-class="maz
|
|
184
|
-
<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">
|
|
185
215
|
🔐
|
|
186
216
|
</span>
|
|
187
|
-
<h2 class="maz
|
|
188
|
-
<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">
|
|
189
219
|
This library is written in Typescript, so all types and declarations are directly available.
|
|
190
220
|
</p>
|
|
191
221
|
</MazCardSpotlight>
|
|
192
|
-
<a href="/guide/themes" class="maz
|
|
193
|
-
<MazCardSpotlight class="maz
|
|
194
|
-
<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">
|
|
195
225
|
💄
|
|
196
226
|
</span>
|
|
197
|
-
<h2 class="maz
|
|
198
|
-
<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">
|
|
199
229
|
Created with TailwindCSS | Optimized CSS file sizes | Complies with all CSS best practices | Use your theme easily.
|
|
200
230
|
</p>
|
|
201
|
-
<div class="maz
|
|
202
|
-
<MazBtn color="
|
|
231
|
+
<div class="maz:flex-1"></div>
|
|
232
|
+
<MazBtn color="surface" outlined size="sm" block href="/guide/themes">Discover</MazBtn>
|
|
203
233
|
</MazCardSpotlight>
|
|
204
234
|
</a>
|
|
205
|
-
<a href="/guide/dark-mode" class="maz
|
|
206
|
-
<MazCardSpotlight class="maz
|
|
207
|
-
<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">
|
|
208
238
|
🌗
|
|
209
239
|
</span>
|
|
210
|
-
<h2 class="maz
|
|
211
|
-
<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">
|
|
212
242
|
All components support the Dark and Light themes.
|
|
213
243
|
</p>
|
|
214
|
-
<div class="maz
|
|
215
|
-
<MazBtn color="
|
|
244
|
+
<div class="maz:flex-1"></div>
|
|
245
|
+
<MazBtn color="surface" outlined size="sm" block href="/guide/dark-mode">Discover</MazBtn>
|
|
216
246
|
</MazCardSpotlight>
|
|
217
247
|
</a>
|
|
218
|
-
<a href="/plugins/toast" class="maz
|
|
219
|
-
<MazCardSpotlight class="maz
|
|
220
|
-
<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">
|
|
221
251
|
🛠
|
|
222
252
|
</span>
|
|
223
|
-
<h2 class="maz
|
|
224
|
-
<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">
|
|
225
255
|
Maz-ui provides many modules, plugins, directives, formatters and composables
|
|
226
256
|
</p>
|
|
227
|
-
<div class="maz
|
|
228
|
-
<MazBtn color="
|
|
257
|
+
<div class="maz:flex-1"></div>
|
|
258
|
+
<MazBtn color="surface" outlined size="sm" block href="/plugins/toast">Discover</MazBtn>
|
|
229
259
|
</MazCardSpotlight>
|
|
230
260
|
</a>
|
|
231
261
|
</div>
|
|
232
262
|
</section>
|
|
233
263
|
|
|
234
|
-
<section class="maz
|
|
235
|
-
<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>
|
|
236
266
|
|
|
237
|
-
<div class="maz
|
|
238
|
-
<a href="/guide/nuxt" class="maz
|
|
239
|
-
<MazCardSpotlight class="maz
|
|
240
|
-
<div class="maz
|
|
241
|
-
<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">
|
|
242
272
|
🚀
|
|
243
273
|
</span>
|
|
244
|
-
<MazBadge color="accent" class="maz
|
|
274
|
+
<MazBadge color="accent" class="maz:text-base">Package</MazBadge>
|
|
245
275
|
</div>
|
|
246
|
-
<h3 class="maz
|
|
247
|
-
<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">
|
|
248
278
|
Official Nuxt module with auto-imports, optimized builds, and seamless SSR support. Zero configuration required.
|
|
249
279
|
</p>
|
|
250
|
-
<div class="maz
|
|
251
|
-
<MazBtn color="
|
|
280
|
+
<div class="maz:flex-1"></div>
|
|
281
|
+
<MazBtn color="surface" outlined size="sm" block href="/guide/nuxt">Discover</MazBtn>
|
|
252
282
|
</MazCardSpotlight>
|
|
253
283
|
</a>
|
|
254
|
-
<a href="/guide/icons" class="maz
|
|
255
|
-
<MazCardSpotlight class="maz
|
|
256
|
-
<div class="maz
|
|
257
|
-
<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">
|
|
258
288
|
🎨
|
|
259
289
|
</span>
|
|
260
|
-
<MazBadge color="accent" class="maz
|
|
290
|
+
<MazBadge color="accent" class="maz:text-base">Package</MazBadge>
|
|
261
291
|
</div>
|
|
262
|
-
<h3 class="maz
|
|
263
|
-
<p class="dark:
|
|
264
|
-
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.
|
|
265
295
|
</p>
|
|
266
|
-
<div class="maz
|
|
267
|
-
<MazBtn color="
|
|
296
|
+
<div class="maz:flex-1"></div>
|
|
297
|
+
<MazBtn color="surface" outlined size="sm" block href="/guide/icons">Discover</MazBtn>
|
|
268
298
|
</MazCardSpotlight>
|
|
269
299
|
</a>
|
|
270
|
-
<a href="/guide/translations" class="maz
|
|
271
|
-
<MazCardSpotlight class="maz
|
|
272
|
-
<div class="maz
|
|
273
|
-
<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">
|
|
274
304
|
🌍
|
|
275
305
|
</span>
|
|
276
|
-
<MazBadge color="accent" class="maz
|
|
306
|
+
<MazBadge color="accent" class="maz:text-base">Package</MazBadge>
|
|
277
307
|
</div>
|
|
278
|
-
<h3 class="maz
|
|
279
|
-
<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">
|
|
280
310
|
Simple internationalization system for Maz-UI components. Translate your interface into any language with ease.
|
|
281
311
|
</p>
|
|
282
|
-
<div class="maz
|
|
283
|
-
<MazBtn color="
|
|
312
|
+
<div class="maz:flex-1"></div>
|
|
313
|
+
<MazBtn color="surface" outlined size="sm" block href="/guide/translations">Discover</MazBtn>
|
|
284
314
|
</MazCardSpotlight>
|
|
285
315
|
</a>
|
|
286
|
-
<a href="/guide/themes" class="maz
|
|
287
|
-
<MazCardSpotlight class="maz
|
|
288
|
-
<div class="maz
|
|
289
|
-
<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">
|
|
290
320
|
🎭
|
|
291
321
|
</span>
|
|
292
|
-
<MazBadge color="accent" class="maz
|
|
322
|
+
<MazBadge color="accent" class="maz:text-base">Package</MazBadge>
|
|
293
323
|
</div>
|
|
294
|
-
<h3 class="maz
|
|
295
|
-
<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">
|
|
296
326
|
Pre-built theme collections and design tokens for rapid UI development. Ready-to-use color schemes and styles.
|
|
297
327
|
</p>
|
|
298
|
-
<div class="maz
|
|
299
|
-
<MazBtn color="
|
|
328
|
+
<div class="maz:flex-1"></div>
|
|
329
|
+
<MazBtn color="surface" outlined size="sm" block href="/guide/themes">Discover</MazBtn>
|
|
300
330
|
</MazCardSpotlight>
|
|
301
331
|
</a>
|
|
302
|
-
<a href="/guide/mcp" class="maz
|
|
303
|
-
<MazCardSpotlight class="maz
|
|
304
|
-
<div class="maz
|
|
305
|
-
<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">
|
|
306
336
|
🚀
|
|
307
337
|
</span>
|
|
308
|
-
<MazBadge color="accent" class="maz
|
|
338
|
+
<MazBadge color="accent" class="maz:text-base">Package</MazBadge>
|
|
309
339
|
</div>
|
|
310
|
-
<h3 class="maz
|
|
311
|
-
<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">
|
|
312
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.
|
|
313
343
|
</p>
|
|
314
|
-
<div class="maz
|
|
315
|
-
<MazBtn color="
|
|
344
|
+
<div class="maz:flex-1"></div>
|
|
345
|
+
<MazBtn color="surface" outlined size="sm" block href="/guide/mcp">Discover</MazBtn>
|
|
316
346
|
</MazCardSpotlight>
|
|
317
347
|
</a>
|
|
318
348
|
</div>
|
|
319
349
|
</section>
|
|
320
350
|
|
|
321
|
-
<section class="maz
|
|
322
|
-
<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>
|
|
323
353
|
|
|
324
|
-
<div class="maz
|
|
325
|
-
<MazCardSpotlight color="info" content-class="maz
|
|
326
|
-
<div class="maz
|
|
327
|
-
<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">
|
|
328
358
|
📞
|
|
329
359
|
</span>
|
|
330
|
-
<MazBadge color="primary" class="maz
|
|
360
|
+
<MazBadge color="primary" class="maz:text-base">Component</MazBadge>
|
|
331
361
|
</div>
|
|
332
|
-
<h3 class="maz
|
|
333
|
-
<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">
|
|
334
364
|
A powerful phone number input component with international number formatting and validation.
|
|
335
365
|
</p>
|
|
336
|
-
<div class="maz
|
|
337
|
-
<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>
|
|
338
368
|
</MazCardSpotlight>
|
|
339
|
-
<MazCardSpotlight color="info" content-class="maz
|
|
340
|
-
<div class="maz
|
|
341
|
-
<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">
|
|
342
372
|
🪟
|
|
343
373
|
</span>
|
|
344
|
-
<MazBadge color="primary" class="maz
|
|
374
|
+
<MazBadge color="primary" class="maz:text-base">Component</MazBadge>
|
|
345
375
|
</div>
|
|
346
|
-
<h3 class="maz
|
|
347
|
-
<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">
|
|
348
378
|
A powerful popover component with various customization options and smooth animations.
|
|
349
379
|
</p>
|
|
350
|
-
<div class="maz
|
|
351
|
-
<MazBtn color="
|
|
380
|
+
<div class="maz:flex-1"></div>
|
|
381
|
+
<MazBtn color="surface" outlined size="sm" block href="/components/maz-popover">Discover</MazBtn>
|
|
352
382
|
</MazCardSpotlight>
|
|
353
|
-
<MazCardSpotlight color="info" content-class="maz
|
|
354
|
-
<div class="maz
|
|
355
|
-
<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">
|
|
356
386
|
✏️
|
|
357
387
|
</span>
|
|
358
|
-
<MazBadge color="primary" class="maz
|
|
388
|
+
<MazBadge color="primary" class="maz:text-base">Component</MazBadge>
|
|
359
389
|
</div>
|
|
360
|
-
<h3 class="maz
|
|
361
|
-
<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">
|
|
362
392
|
A versatile input component with various customization options and validation support.
|
|
363
393
|
</p>
|
|
364
|
-
<div class="maz
|
|
365
|
-
<MazBtn color="
|
|
394
|
+
<div class="maz:flex-1"></div>
|
|
395
|
+
<MazBtn color="surface" outlined size="sm" block href="/components/maz-input">Discover</MazBtn>
|
|
366
396
|
</MazCardSpotlight>
|
|
367
|
-
<MazCardSpotlight color="info" content-class="maz
|
|
368
|
-
<div class="maz
|
|
369
|
-
<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">
|
|
370
400
|
🔔
|
|
371
401
|
</span>
|
|
372
|
-
<MazBadge color="info" class="maz
|
|
402
|
+
<MazBadge color="info" class="maz:text-base">Plugin</MazBadge>
|
|
373
403
|
</div>
|
|
374
|
-
<h3 class="maz
|
|
375
|
-
<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">
|
|
376
406
|
A simple and customizable toast notification module to display messages to users.
|
|
377
407
|
</p>
|
|
378
|
-
<div class="maz
|
|
379
|
-
<MazBtn color="
|
|
408
|
+
<div class="maz:flex-1"></div>
|
|
409
|
+
<MazBtn color="surface" outlined size="sm" block href="/plugins/toast">Discover</MazBtn>
|
|
380
410
|
</MazCardSpotlight>
|
|
381
411
|
</div>
|
|
382
412
|
</section>
|
|
383
413
|
|
|
384
|
-
<section class="maz
|
|
385
|
-
<h2 class="maz
|
|
386
|
-
<div class="maz
|
|
387
|
-
<MazCardSpotlight color="secondary" content-class="maz
|
|
388
|
-
<div class="maz
|
|
389
|
-
<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">
|
|
390
420
|
✨
|
|
391
421
|
</span>
|
|
392
|
-
<MazBadge color="primary" class="maz
|
|
422
|
+
<MazBadge color="primary" class="maz:text-base">Component</MazBadge>
|
|
393
423
|
</div>
|
|
394
|
-
<h3 class="maz
|
|
395
|
-
<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">
|
|
396
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.
|
|
397
427
|
</p>
|
|
398
|
-
<div class="maz
|
|
399
|
-
<MazBtn color="
|
|
428
|
+
<div class="maz:flex-1"></div>
|
|
429
|
+
<MazBtn color="surface" outlined size="sm" block href="/components/maz-animated-text">Discover</MazBtn>
|
|
400
430
|
</MazCardSpotlight>
|
|
401
|
-
<MazCardSpotlight color="secondary" content-class="maz
|
|
402
|
-
<div class="maz
|
|
403
|
-
<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">
|
|
404
434
|
🎭
|
|
405
435
|
</span>
|
|
406
|
-
<MazBadge color="primary" class="maz
|
|
436
|
+
<MazBadge color="primary" class="maz:text-base">Component</MazBadge>
|
|
407
437
|
</div>
|
|
408
|
-
<h3 class="maz
|
|
409
|
-
<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">
|
|
410
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.
|
|
411
441
|
</p>
|
|
412
|
-
<div class="maz
|
|
413
|
-
<MazBtn color="
|
|
442
|
+
<div class="maz:flex-1"></div>
|
|
443
|
+
<MazBtn color="surface" outlined size="sm" block href="/components/maz-animated-element">Discover</MazBtn>
|
|
414
444
|
</MazCardSpotlight>
|
|
415
|
-
<MazCardSpotlight color="secondary" content-class="maz
|
|
416
|
-
<div class="maz
|
|
417
|
-
<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">
|
|
418
448
|
🔦
|
|
419
449
|
</span>
|
|
420
|
-
<MazBadge color="primary" class="maz
|
|
450
|
+
<MazBadge color="primary" class="maz:text-base">Component</MazBadge>
|
|
421
451
|
</div>
|
|
422
|
-
<h3 class="maz
|
|
423
|
-
<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">
|
|
424
454
|
A beautiful card component with a spotlight effect that follows your cursor movement. Perfect for highlighting important content or creating engaging UI elements.
|
|
425
455
|
</p>
|
|
426
|
-
<div class="maz
|
|
427
|
-
<MazBtn color="
|
|
456
|
+
<div class="maz:flex-1"></div>
|
|
457
|
+
<MazBtn color="surface" outlined size="sm" block href="/components/maz-card-spotlight">Discover</MazBtn>
|
|
428
458
|
</MazCardSpotlight>
|
|
429
|
-
<MazCardSpotlight color="secondary" content-class="maz
|
|
430
|
-
<div class="maz
|
|
431
|
-
<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">
|
|
432
462
|
📝
|
|
433
463
|
</span>
|
|
434
|
-
<MazBadge color="success" class="maz
|
|
464
|
+
<MazBadge color="success" class="maz:text-base">Composable</MazBadge>
|
|
435
465
|
</div>
|
|
436
|
-
<h3 class="maz
|
|
437
|
-
<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">
|
|
438
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.
|
|
439
469
|
</p>
|
|
440
|
-
<div class="maz
|
|
441
|
-
<MazBtn color="
|
|
470
|
+
<div class="maz:flex-1"></div>
|
|
471
|
+
<MazBtn color="surface" outlined size="sm" block href="/composables/use-form-validator">Discover</MazBtn>
|
|
442
472
|
</MazCardSpotlight>
|
|
443
|
-
<MazCardSpotlight color="secondary" content-class="maz
|
|
444
|
-
<div class="maz
|
|
445
|
-
<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">
|
|
446
476
|
📋
|
|
447
477
|
</span>
|
|
448
|
-
<MazBadge color="primary" class="maz
|
|
478
|
+
<MazBadge color="primary" class="maz:text-base">Component</MazBadge>
|
|
449
479
|
</div>
|
|
450
|
-
<h3 class="maz
|
|
451
|
-
<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">
|
|
452
482
|
A versatile checklist component with integrated search functionality, perfect for managing multiple selections with an intuitive user interface.
|
|
453
483
|
</p>
|
|
454
|
-
<div class="maz
|
|
455
|
-
<MazBtn color="
|
|
484
|
+
<div class="maz:flex-1"></div>
|
|
485
|
+
<MazBtn color="surface" outlined size="sm" block href="/components/maz-checklist">Discover</MazBtn>
|
|
456
486
|
</MazCardSpotlight>
|
|
457
|
-
<MazCardSpotlight color="secondary" content-class="maz
|
|
458
|
-
<div class="maz
|
|
459
|
-
<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">
|
|
460
490
|
💬
|
|
461
491
|
</span>
|
|
462
|
-
<MazBadge color="info" class="maz
|
|
492
|
+
<MazBadge color="info" class="maz:text-base">Plugin</MazBadge>
|
|
463
493
|
</div>
|
|
464
|
-
<h3 class="maz
|
|
465
|
-
<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">
|
|
466
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.
|
|
467
497
|
</p>
|
|
468
|
-
<div class="maz
|
|
469
|
-
<MazBtn color="
|
|
498
|
+
<div class="maz:flex-1"></div>
|
|
499
|
+
<MazBtn color="surface" outlined size="sm" block href="/plugins/dialog">Discover</MazBtn>
|
|
470
500
|
</MazCardSpotlight>
|
|
471
|
-
<MazCardSpotlight color="secondary" content-class="maz
|
|
472
|
-
<div class="maz
|
|
473
|
-
<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">
|
|
474
504
|
🖼️
|
|
475
505
|
</span>
|
|
476
|
-
<MazBadge color="warning" class="maz
|
|
506
|
+
<MazBadge color="warning" class="maz:text-base">Directive</MazBadge>
|
|
477
507
|
</div>
|
|
478
|
-
<h3 class="maz
|
|
479
|
-
<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">
|
|
480
510
|
A powerful directive to display images in fullscreen with zoom capabilities, hover effects and smooth animations. Perfect for galleries and image previews.
|
|
481
511
|
</p>
|
|
482
|
-
<div class="maz
|
|
483
|
-
<MazBtn color="
|
|
512
|
+
<div class="maz:flex-1"></div>
|
|
513
|
+
<MazBtn color="surface" outlined size="sm" block href="/directives/fullscreen-img">Discover</MazBtn>
|
|
484
514
|
</MazCardSpotlight>
|
|
485
|
-
<MazCardSpotlight color="secondary" content-class="maz
|
|
486
|
-
<div class="maz
|
|
487
|
-
<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">
|
|
488
518
|
🌍
|
|
489
519
|
</span>
|
|
490
|
-
<MazBadge color="success" class="maz
|
|
520
|
+
<MazBadge color="success" class="maz:text-base">Composable</MazBadge>
|
|
491
521
|
</div>
|
|
492
|
-
<h3 class="maz
|
|
493
|
-
<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">
|
|
494
524
|
A Vue composable that provides functions to work with localized display names based on ISO codes, leveraging the Intl.DisplayNames API.
|
|
495
525
|
</p>
|
|
496
|
-
<div class="maz
|
|
497
|
-
<MazBtn color="
|
|
526
|
+
<div class="maz:flex-1"></div>
|
|
527
|
+
<MazBtn color="surface" outlined size="sm" block href="/composables/use-display-names">Discover</MazBtn>
|
|
498
528
|
</MazCardSpotlight>
|
|
499
|
-
<MazCardSpotlight color="secondary" content-class="maz
|
|
500
|
-
<div class="maz
|
|
501
|
-
<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">
|
|
502
532
|
📊
|
|
503
533
|
</span>
|
|
504
|
-
<MazBadge color="primary" class="maz
|
|
534
|
+
<MazBadge color="primary" class="maz:text-base">Component</MazBadge>
|
|
505
535
|
</div>
|
|
506
|
-
<h3 class="maz
|
|
507
|
-
<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">
|
|
508
538
|
A powerful table component with sorting, search, pagination and selection features. Perfect for displaying and managing tabular data in an interactive manner.
|
|
509
539
|
</p>
|
|
510
|
-
<div class="maz
|
|
511
|
-
<MazBtn color="
|
|
540
|
+
<div class="maz:flex-1"></div>
|
|
541
|
+
<MazBtn color="surface" outlined size="sm" block href="/components/maz-table">Discover</MazBtn>
|
|
512
542
|
</MazCardSpotlight>
|
|
513
543
|
</div>
|
|
514
544
|
</section>
|
|
@@ -528,10 +558,10 @@ description: Build amazing interfaces with Maz-UI - standalone components & tool
|
|
|
528
558
|
import Contributors from './../.vitepress/theme/components/Contributors.vue'
|
|
529
559
|
import { MazArrowTopRightOnSquare } from '@maz-ui/icons/MazArrowTopRightOnSquare'
|
|
530
560
|
import { MazStar } from '@maz-ui/icons/MazStar'
|
|
531
|
-
import { MazPlay } from '@maz-ui/icons/MazPlay'
|
|
561
|
+
import { MazPlay } from '@maz-ui/icons/raw/MazPlay'
|
|
532
562
|
import { MazGithub } from '@maz-ui/icons/MazGithub'
|
|
533
|
-
import { MazSun } from '@maz-ui/icons/MazSun'
|
|
534
|
-
import { MazMoon } from '@maz-ui/icons/MazMoon'
|
|
563
|
+
import { MazSun } from '@maz-ui/icons/raw/MazSun'
|
|
564
|
+
import { MazMoon } from '@maz-ui/icons/raw/MazMoon'
|
|
535
565
|
import { MazSparkles } from '@maz-ui/icons/MazSparkles'
|
|
536
566
|
|
|
537
567
|
import { ref, computed } from 'vue'
|