@eslamdevui/ui 3.2.0-beta.2 → 3.2.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/.nuxt/ui/auth-form.ts +20 -0
- package/.nuxt/ui/banner.ts +105 -0
- package/.nuxt/ui/blog-post.ts +140 -0
- package/.nuxt/ui/blog-posts.ts +14 -0
- package/.nuxt/ui/changelog-version.ts +41 -0
- package/.nuxt/ui/changelog-versions.ts +8 -0
- package/.nuxt/ui/chat-palette.ts +8 -0
- package/.nuxt/ui/content/content-navigation.ts +6 -4
- package/.nuxt/ui/content-navigation.ts +6 -4
- package/.nuxt/ui/footer-columns.ts +28 -0
- package/.nuxt/ui/footer.ts +11 -0
- package/.nuxt/ui/header.ts +30 -0
- package/.nuxt/ui/index.ts +32 -1
- package/.nuxt/ui/main.ts +3 -0
- package/.nuxt/ui/page-accordion.ts +7 -0
- package/.nuxt/ui/page-anchors.ts +30 -0
- package/.nuxt/ui/page-aside.ts +10 -0
- package/.nuxt/ui/page-body.ts +3 -0
- package/.nuxt/ui/page-card.ts +276 -0
- package/.nuxt/ui/page-columns.ts +3 -0
- package/.nuxt/ui/page-cta.ts +72 -0
- package/.nuxt/ui/page-feature.ts +31 -0
- package/.nuxt/ui/page-grid.ts +3 -0
- package/.nuxt/ui/page-header.ts +18 -0
- package/.nuxt/ui/page-hero.ts +46 -0
- package/.nuxt/ui/page-links.ts +25 -0
- package/.nuxt/ui/page-list.ts +8 -0
- package/.nuxt/ui/page-logos.ts +15 -0
- package/.nuxt/ui/page-marquee.ts +66 -0
- package/.nuxt/ui/page-section.ts +88 -0
- package/.nuxt/ui/page.ts +32 -0
- package/.nuxt/ui/pricing-plan.ts +101 -0
- package/.nuxt/ui/pricing-plans.ts +27 -0
- package/.nuxt/ui/pricing-table.ts +51 -0
- package/.nuxt/ui/user.ts +106 -0
- package/LICENSE.md +9 -9
- package/README.md +147 -147
- package/cli/commands/make/component.mjs +95 -95
- package/cli/commands/make/index.mjs +14 -14
- package/cli/commands/make/locale.mjs +64 -64
- package/cli/index.mjs +15 -15
- package/cli/package.json +13 -13
- package/cli/templates.mjs +236 -236
- package/cli/utils.mjs +31 -31
- package/dist/module.json +1 -1
- package/dist/module.mjs +2 -2
- package/dist/runtime/components/Accordion.vue +36 -36
- package/dist/runtime/components/Alert.vue +46 -46
- package/dist/runtime/components/App.vue +10 -10
- package/dist/runtime/components/AuthForm.vue +195 -0
- package/dist/runtime/components/AuthForm.vue.d.ts +85 -0
- package/dist/runtime/components/Avatar.vue +27 -27
- package/dist/runtime/components/AvatarGroup.vue +4 -4
- package/dist/runtime/components/Badge.vue +16 -16
- package/dist/runtime/components/Banner.vue +113 -0
- package/dist/runtime/components/Banner.vue.d.ts +68 -0
- package/dist/runtime/components/BlogPost.vue +141 -0
- package/dist/runtime/components/BlogPost.vue.d.ts +59 -0
- package/dist/runtime/components/BlogPosts.vue +33 -0
- package/dist/runtime/components/BlogPosts.vue.d.ts +30 -0
- package/dist/runtime/components/Breadcrumb.vue +32 -32
- package/dist/runtime/components/Button.vue +28 -28
- package/dist/runtime/components/ButtonGroup.vue +3 -3
- package/dist/runtime/components/Calendar.vue +74 -74
- package/dist/runtime/components/Card.vue +13 -13
- package/dist/runtime/components/Carousel.vue +58 -58
- package/dist/runtime/components/ChangelogVersion.vue +165 -0
- package/dist/runtime/components/ChangelogVersion.vue.d.ts +58 -0
- package/dist/runtime/components/ChangelogVersions.vue +54 -0
- package/dist/runtime/components/ChangelogVersions.vue.d.ts +74 -0
- package/dist/runtime/components/ChatMessage.vue +35 -35
- package/dist/runtime/components/ChatMessages.vue +55 -55
- package/dist/runtime/components/ChatPalette.vue +32 -0
- package/dist/runtime/components/ChatPalette.vue.d.ts +24 -0
- package/dist/runtime/components/ChatPrompt.vue +26 -26
- package/dist/runtime/components/ChatPrompt.vue.d.ts +1 -1
- package/dist/runtime/components/ChatPromptSubmit.vue +10 -10
- package/dist/runtime/components/Checkbox.vue +33 -33
- package/dist/runtime/components/CheckboxGroup.vue +32 -32
- package/dist/runtime/components/Chip.vue +11 -11
- package/dist/runtime/components/Collapsible.vue +9 -9
- package/dist/runtime/components/ColorPicker.vue +30 -30
- package/dist/runtime/components/CommandPalette.vue +117 -117
- package/dist/runtime/components/CommandPalette.vue.d.ts +3 -3
- package/dist/runtime/components/Container.vue +3 -3
- package/dist/runtime/components/ContextMenu.vue +22 -22
- package/dist/runtime/components/ContextMenuContent.vue +105 -105
- package/dist/runtime/components/DashboardGroup.vue +3 -3
- package/dist/runtime/components/DashboardNavbar.vue +40 -40
- package/dist/runtime/components/DashboardPanel.vue +27 -27
- package/dist/runtime/components/DashboardResizeHandle.vue +7 -7
- package/dist/runtime/components/DashboardSearch.vue +20 -20
- package/dist/runtime/components/DashboardSearchButton.vue +43 -43
- package/dist/runtime/components/DashboardSidebar.vue +74 -74
- package/dist/runtime/components/DashboardSidebarCollapse.vue +7 -7
- package/dist/runtime/components/DashboardSidebarToggle.vue +7 -7
- package/dist/runtime/components/DashboardSidebarToggle.vue.d.ts +1 -1
- package/dist/runtime/components/Drawer.vue +55 -55
- package/dist/runtime/components/DropdownMenu.vue +24 -24
- package/dist/runtime/components/DropdownMenuContent.vue +107 -107
- package/dist/runtime/components/Error.vue +22 -22
- package/dist/runtime/components/Error.vue.d.ts +1 -1
- package/dist/runtime/components/Footer.vue +44 -0
- package/dist/runtime/components/Footer.vue.d.ts +29 -0
- package/dist/runtime/components/FooterColumns.vue +68 -0
- package/dist/runtime/components/FooterColumns.vue.d.ts +52 -0
- package/dist/runtime/components/Form.vue +8 -8
- package/dist/runtime/components/FormField.vue +37 -37
- package/dist/runtime/components/Header.vue +137 -0
- package/dist/runtime/components/Header.vue.d.ts +72 -0
- package/dist/runtime/components/Icon.vue +1 -1
- package/dist/runtime/components/Input.vue +34 -34
- package/dist/runtime/components/InputMenu.vue +163 -163
- package/dist/runtime/components/InputMenu.vue.d.ts +3 -3
- package/dist/runtime/components/InputNumber.vue +49 -49
- package/dist/runtime/components/InputTags.vue +55 -55
- package/dist/runtime/components/Kbd.vue +5 -5
- package/dist/runtime/components/Link.vue +14 -14
- package/dist/runtime/components/LinkBase.vue +8 -8
- package/dist/runtime/components/Main.vue +23 -0
- package/dist/runtime/components/Main.vue.d.ts +20 -0
- package/dist/runtime/components/Modal.vue +69 -69
- package/dist/runtime/components/NavigationMenu.vue +166 -166
- package/dist/runtime/components/OverlayProvider.vue +9 -9
- package/dist/runtime/components/Page.vue +37 -0
- package/dist/runtime/components/Page.vue.d.ts +25 -0
- package/dist/runtime/components/PageAccordion.vue +26 -0
- package/dist/runtime/components/PageAccordion.vue.d.ts +21 -0
- package/dist/runtime/components/PageAnchors.vue +50 -0
- package/dist/runtime/components/PageAnchors.vue.d.ts +42 -0
- package/dist/runtime/components/PageAside.vue +36 -0
- package/dist/runtime/components/PageAside.vue.d.ts +27 -0
- package/dist/runtime/components/PageBody.vue +23 -0
- package/dist/runtime/components/PageBody.vue.d.ts +18 -0
- package/dist/runtime/components/PageCTA.vue +58 -0
- package/dist/runtime/components/PageCTA.vue.d.ts +49 -0
- package/dist/runtime/components/PageCard.vue +121 -0
- package/dist/runtime/components/PageCard.vue.d.ts +71 -0
- package/dist/runtime/components/PageColumns.vue +23 -0
- package/dist/runtime/components/PageColumns.vue.d.ts +18 -0
- package/dist/runtime/components/PageFeature.vue +71 -0
- package/dist/runtime/components/PageFeature.vue.d.ts +43 -0
- package/dist/runtime/components/PageGrid.vue +23 -0
- package/dist/runtime/components/PageGrid.vue.d.ts +18 -0
- package/dist/runtime/components/PageHeader.vue +58 -0
- package/dist/runtime/components/PageHeader.vue.d.ts +35 -0
- package/dist/runtime/components/PageHero.vue +67 -0
- package/dist/runtime/components/PageHero.vue.d.ts +49 -0
- package/dist/runtime/components/PageLinks.vue +55 -0
- package/dist/runtime/components/PageLinks.vue.d.ts +44 -0
- package/dist/runtime/components/PageList.vue +24 -0
- package/dist/runtime/components/PageList.vue.d.ts +21 -0
- package/dist/runtime/components/PageLogos.vue +64 -0
- package/dist/runtime/components/PageLogos.vue.d.ts +32 -0
- package/dist/runtime/components/PageMarquee.vue +40 -0
- package/dist/runtime/components/PageMarquee.vue.d.ts +30 -0
- package/dist/runtime/components/PageSection.vue +88 -0
- package/dist/runtime/components/PageSection.vue.d.ts +64 -0
- package/dist/runtime/components/Pagination.vue +47 -47
- package/dist/runtime/components/PinInput.vue +20 -20
- package/dist/runtime/components/Popover.vue +17 -17
- package/dist/runtime/components/PricingPlan.vue +129 -0
- package/dist/runtime/components/PricingPlan.vue.d.ts +109 -0
- package/dist/runtime/components/PricingPlans.vue +45 -0
- package/dist/runtime/components/PricingPlans.vue.d.ts +41 -0
- package/dist/runtime/components/PricingTable.vue +235 -0
- package/dist/runtime/components/PricingTable.vue.d.ts +98 -0
- package/dist/runtime/components/Progress.vue +19 -19
- package/dist/runtime/components/RadioGroup.vue +43 -43
- package/dist/runtime/components/Select.vue +96 -96
- package/dist/runtime/components/SelectMenu.vue +130 -130
- package/dist/runtime/components/SelectMenu.vue.d.ts +3 -3
- package/dist/runtime/components/Separator.vue +15 -15
- package/dist/runtime/components/Skeleton.vue +10 -10
- package/dist/runtime/components/Slideover.vue +76 -76
- package/dist/runtime/components/Slider.vue +27 -27
- package/dist/runtime/components/Stepper.vue +51 -51
- package/dist/runtime/components/Switch.vue +33 -33
- package/dist/runtime/components/Table.vue +77 -77
- package/dist/runtime/components/Tabs.vue +38 -37
- package/dist/runtime/components/Textarea.vue +33 -33
- package/dist/runtime/components/Timeline.vue +38 -38
- package/dist/runtime/components/Toast.vue +69 -69
- package/dist/runtime/components/Toaster.vue +28 -28
- package/dist/runtime/components/Tooltip.vue +19 -19
- package/dist/runtime/components/Tree.vue +60 -60
- package/dist/runtime/components/User.vue +69 -0
- package/dist/runtime/components/User.vue.d.ts +46 -0
- package/dist/runtime/components/color-mode/ColorModeAvatar.vue +2 -2
- package/dist/runtime/components/color-mode/ColorModeButton.vue +16 -16
- package/dist/runtime/components/color-mode/ColorModeImage.vue +2 -2
- package/dist/runtime/components/color-mode/ColorModeSelect.vue +19 -19
- package/dist/runtime/components/color-mode/ColorModeSwitch.vue +19 -19
- package/dist/runtime/components/content/ContentNavigation.vue +109 -109
- package/dist/runtime/components/content/ContentSearch.vue +25 -25
- package/dist/runtime/components/content/ContentSearchButton.vue +38 -38
- package/dist/runtime/components/content/ContentSearchButton.vue.d.ts +58 -12
- package/dist/runtime/components/content/ContentSurround.vue +31 -31
- package/dist/runtime/components/content/ContentSurround.vue.d.ts +52 -59
- package/dist/runtime/components/content/ContentToc.vue +88 -76
- package/dist/runtime/components/content/ContentToc.vue.d.ts +86 -88
- package/dist/runtime/components/locale/LocaleSelect.vue +20 -20
- package/dist/runtime/components/prose/A.vue +3 -3
- package/dist/runtime/components/prose/Accordion.vue +5 -5
- package/dist/runtime/components/prose/AccordionItem.vue +5 -5
- package/dist/runtime/components/prose/Badge.vue +3 -3
- package/dist/runtime/components/prose/Blockquote.vue +3 -3
- package/dist/runtime/components/prose/Callout.vue +27 -27
- package/dist/runtime/components/prose/Card.vue +43 -43
- package/dist/runtime/components/prose/CardGroup.vue +3 -3
- package/dist/runtime/components/prose/Code.vue +3 -3
- package/dist/runtime/components/prose/CodeCollapse.vue +16 -16
- package/dist/runtime/components/prose/CodeGroup.vue +15 -15
- package/dist/runtime/components/prose/CodeIcon.vue +1 -1
- package/dist/runtime/components/prose/CodePreview.vue +9 -9
- package/dist/runtime/components/prose/CodeTree.vue +61 -61
- package/dist/runtime/components/prose/Collapsible.vue +15 -15
- package/dist/runtime/components/prose/Em.vue +1 -1
- package/dist/runtime/components/prose/Field.vue +23 -23
- package/dist/runtime/components/prose/FieldGroup.vue +3 -3
- package/dist/runtime/components/prose/H1.vue +6 -6
- package/dist/runtime/components/prose/H2.vue +10 -10
- package/dist/runtime/components/prose/H3.vue +10 -10
- package/dist/runtime/components/prose/H4.vue +6 -6
- package/dist/runtime/components/prose/Hr.vue +1 -1
- package/dist/runtime/components/prose/Icon.vue +1 -1
- package/dist/runtime/components/prose/Img.vue +8 -8
- package/dist/runtime/components/prose/Kbd.vue +1 -1
- package/dist/runtime/components/prose/Li.vue +3 -3
- package/dist/runtime/components/prose/Ol.vue +3 -3
- package/dist/runtime/components/prose/P.vue +3 -3
- package/dist/runtime/components/prose/Pre.vue +20 -20
- package/dist/runtime/components/prose/Script.vue +3 -3
- package/dist/runtime/components/prose/Steps.vue +3 -3
- package/dist/runtime/components/prose/Strong.vue +3 -3
- package/dist/runtime/components/prose/Table.vue +5 -5
- package/dist/runtime/components/prose/Tabs.vue +14 -14
- package/dist/runtime/components/prose/TabsItem.vue +5 -5
- package/dist/runtime/components/prose/Tbody.vue +3 -3
- package/dist/runtime/components/prose/Td.vue +3 -3
- package/dist/runtime/components/prose/Th.vue +3 -3
- package/dist/runtime/components/prose/Thead.vue +3 -3
- package/dist/runtime/components/prose/Tr.vue +3 -3
- package/dist/runtime/components/prose/Ul.vue +3 -3
- package/dist/runtime/components/prose/callout/Caution.vue +3 -3
- package/dist/runtime/components/prose/callout/Note.vue +3 -3
- package/dist/runtime/components/prose/callout/Tip.vue +3 -3
- package/dist/runtime/components/prose/callout/Warning.vue +3 -3
- package/dist/runtime/inertia/components/Link.vue +12 -12
- package/dist/runtime/inertia/components/LinkBase.vue +15 -15
- package/dist/runtime/types/app.config.d.ts +6 -6
- package/dist/runtime/types/index.d.ts +33 -0
- package/dist/runtime/types/index.js +33 -0
- package/dist/runtime/vue/components/Icon.vue +1 -1
- package/dist/runtime/vue/components/Link.vue +31 -31
- package/dist/runtime/vue/components/color-mode/ColorModeButton.vue +7 -7
- package/dist/runtime/vue/components/color-mode/ColorModeSelect.vue +7 -7
- package/dist/runtime/vue/components/color-mode/ColorModeSwitch.vue +7 -7
- package/dist/shared/{ui.DQZ75GCP.mjs → ui.DErCA3YU.mjs} +1247 -50
- package/dist/unplugin.mjs +1 -1
- package/dist/vite.mjs +1 -1
- package/package.json +1 -1
- package/vue-plugin.d.ts +5 -5
- package/.nuxt/ui/prose.ts +0 -321
|
@@ -0,0 +1,101 @@
|
|
|
1
|
+
const orientation = [
|
|
2
|
+
"horizontal",
|
|
3
|
+
"vertical"
|
|
4
|
+
] as const
|
|
5
|
+
|
|
6
|
+
const variant = [
|
|
7
|
+
"solid",
|
|
8
|
+
"outline",
|
|
9
|
+
"soft",
|
|
10
|
+
"subtle"
|
|
11
|
+
] as const
|
|
12
|
+
|
|
13
|
+
export default {
|
|
14
|
+
"slots": {
|
|
15
|
+
"root": "relative grid rounded-lg p-6 lg:p-8 xl:p-10 gap-6",
|
|
16
|
+
"header": "",
|
|
17
|
+
"body": "flex flex-col min-w-0",
|
|
18
|
+
"footer": "flex flex-col gap-6 items-center",
|
|
19
|
+
"titleWrapper": "flex items-center gap-3",
|
|
20
|
+
"title": "text-highlighted text-2xl sm:text-3xl text-pretty font-semibold",
|
|
21
|
+
"description": "text-muted text-base text-pretty mt-2",
|
|
22
|
+
"priceWrapper": "flex items-center gap-1",
|
|
23
|
+
"price": "text-highlighted text-3xl sm:text-4xl font-semibold",
|
|
24
|
+
"discount": "text-muted line-through text-xl sm:text-2xl",
|
|
25
|
+
"billing": "flex flex-col justify-between min-w-0",
|
|
26
|
+
"billingPeriod": "text-toned truncate text-xs font-medium",
|
|
27
|
+
"billingCycle": "text-muted truncate text-xs font-medium",
|
|
28
|
+
"features": "flex flex-col gap-3 flex-1 mt-6 grow-0",
|
|
29
|
+
"feature": "flex items-center gap-2 min-w-0",
|
|
30
|
+
"featureIcon": "size-5 shrink-0 text-primary",
|
|
31
|
+
"featureTitle": "text-muted text-sm truncate",
|
|
32
|
+
"badge": "",
|
|
33
|
+
"button": "",
|
|
34
|
+
"tagline": "text-base font-semibold text-default",
|
|
35
|
+
"terms": "text-xs/5 text-muted text-center text-balance"
|
|
36
|
+
},
|
|
37
|
+
"variants": {
|
|
38
|
+
"orientation": {
|
|
39
|
+
"horizontal": {
|
|
40
|
+
"root": "grid-cols-1 lg:grid-cols-3 justify-between divide-y lg:divide-y-0 lg:divide-x divide-default",
|
|
41
|
+
"body": "lg:col-span-2 pb-6 lg:pb-0 lg:pr-6 justify-center",
|
|
42
|
+
"footer": "lg:justify-center lg:items-center lg:p-6 lg:max-w-xs lg:w-full lg:mx-auto",
|
|
43
|
+
"features": "lg:grid lg:grid-cols-2 lg:mt-12"
|
|
44
|
+
},
|
|
45
|
+
"vertical": {
|
|
46
|
+
"footer": "justify-end",
|
|
47
|
+
"priceWrapper": "mt-6"
|
|
48
|
+
}
|
|
49
|
+
},
|
|
50
|
+
"variant": {
|
|
51
|
+
"solid": {
|
|
52
|
+
"root": "bg-inverted",
|
|
53
|
+
"title": "text-inverted",
|
|
54
|
+
"description": "text-dimmed",
|
|
55
|
+
"price": "text-inverted",
|
|
56
|
+
"discount": "text-dimmed",
|
|
57
|
+
"billingCycle": "text-dimmed",
|
|
58
|
+
"billingPeriod": "text-dimmed",
|
|
59
|
+
"featureTitle": "text-dimmed"
|
|
60
|
+
},
|
|
61
|
+
"outline": {
|
|
62
|
+
"root": "bg-default ring ring-default"
|
|
63
|
+
},
|
|
64
|
+
"soft": {
|
|
65
|
+
"root": "bg-elevated/50"
|
|
66
|
+
},
|
|
67
|
+
"subtle": {
|
|
68
|
+
"root": "bg-elevated/50 ring ring-default"
|
|
69
|
+
}
|
|
70
|
+
},
|
|
71
|
+
"highlight": {
|
|
72
|
+
"true": {
|
|
73
|
+
"root": "ring-2 ring-inset ring-primary"
|
|
74
|
+
}
|
|
75
|
+
},
|
|
76
|
+
"scale": {
|
|
77
|
+
"true": {
|
|
78
|
+
"root": "lg:scale-[1.1] lg:z-[1]"
|
|
79
|
+
}
|
|
80
|
+
}
|
|
81
|
+
},
|
|
82
|
+
"compoundVariants": [
|
|
83
|
+
{
|
|
84
|
+
"orientation": "horizontal" as typeof orientation[number],
|
|
85
|
+
"variant": "soft" as typeof variant[number],
|
|
86
|
+
"class": {
|
|
87
|
+
"root": "divide-accented"
|
|
88
|
+
}
|
|
89
|
+
},
|
|
90
|
+
{
|
|
91
|
+
"orientation": "horizontal" as typeof orientation[number],
|
|
92
|
+
"variant": "subtle" as typeof variant[number],
|
|
93
|
+
"class": {
|
|
94
|
+
"root": "divide-accented"
|
|
95
|
+
}
|
|
96
|
+
}
|
|
97
|
+
],
|
|
98
|
+
"defaultVariants": {
|
|
99
|
+
"variant": "outline" as typeof variant[number]
|
|
100
|
+
}
|
|
101
|
+
}
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
const orientation = [
|
|
2
|
+
"horizontal",
|
|
3
|
+
"vertical"
|
|
4
|
+
] as const
|
|
5
|
+
|
|
6
|
+
export default {
|
|
7
|
+
"base": "flex flex-col gap-y-8",
|
|
8
|
+
"variants": {
|
|
9
|
+
"orientation": {
|
|
10
|
+
"horizontal": "lg:grid lg:grid-cols-[repeat(var(--count),minmax(0,1fr))]",
|
|
11
|
+
"vertical": ""
|
|
12
|
+
},
|
|
13
|
+
"compact": {
|
|
14
|
+
"false": "gap-x-8"
|
|
15
|
+
},
|
|
16
|
+
"scale": {
|
|
17
|
+
"true": ""
|
|
18
|
+
}
|
|
19
|
+
},
|
|
20
|
+
"compoundVariants": [
|
|
21
|
+
{
|
|
22
|
+
"compact": false,
|
|
23
|
+
"scale": true,
|
|
24
|
+
"class": "lg:gap-x-13"
|
|
25
|
+
}
|
|
26
|
+
]
|
|
27
|
+
}
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
export default {
|
|
2
|
+
"slots": {
|
|
3
|
+
"root": "w-full relative",
|
|
4
|
+
"table": "w-full table-fixed border-separate border-spacing-x-0 hidden md:table",
|
|
5
|
+
"list": "md:hidden flex flex-col gap-6 w-full",
|
|
6
|
+
"item": "p-6 flex flex-col border border-default rounded-lg",
|
|
7
|
+
"caption": "sr-only",
|
|
8
|
+
"thead": "",
|
|
9
|
+
"tbody": "",
|
|
10
|
+
"tr": "",
|
|
11
|
+
"th": "py-4 font-normal text-left border-b border-default",
|
|
12
|
+
"td": "px-6 py-4 text-center border-b border-default",
|
|
13
|
+
"tier": "p-6 text-left font-normal",
|
|
14
|
+
"tierTitleWrapper": "flex items-center gap-3",
|
|
15
|
+
"tierTitle": "text-lg font-semibold text-highlighted",
|
|
16
|
+
"tierDescription": "text-sm font-normal text-muted mt-1",
|
|
17
|
+
"tierBadge": "truncate",
|
|
18
|
+
"tierPriceWrapper": "flex items-center gap-1 mt-4",
|
|
19
|
+
"tierPrice": "text-highlighted text-3xl sm:text-4xl font-semibold",
|
|
20
|
+
"tierDiscount": "text-muted line-through text-xl sm:text-2xl",
|
|
21
|
+
"tierBilling": "flex flex-col justify-between min-w-0",
|
|
22
|
+
"tierBillingPeriod": "text-toned truncate text-xs font-medium",
|
|
23
|
+
"tierBillingCycle": "text-muted truncate text-xs font-medium",
|
|
24
|
+
"tierButton": "mt-6",
|
|
25
|
+
"tierFeatureIcon": "size-5 shrink-0",
|
|
26
|
+
"section": "mt-6 flex flex-col gap-2",
|
|
27
|
+
"sectionTitle": "font-semibold text-sm text-highlighted",
|
|
28
|
+
"feature": "flex items-center justify-between gap-1",
|
|
29
|
+
"featureTitle": "text-sm text-default",
|
|
30
|
+
"featureValue": "text-sm text-muted flex justify-center min-w-5"
|
|
31
|
+
},
|
|
32
|
+
"variants": {
|
|
33
|
+
"section": {
|
|
34
|
+
"true": {
|
|
35
|
+
"tr": "*:pt-8"
|
|
36
|
+
}
|
|
37
|
+
},
|
|
38
|
+
"active": {
|
|
39
|
+
"true": {
|
|
40
|
+
"tierFeatureIcon": "text-primary"
|
|
41
|
+
}
|
|
42
|
+
},
|
|
43
|
+
"highlight": {
|
|
44
|
+
"true": {
|
|
45
|
+
"tier": "bg-elevated/50 border-x border-t border-default rounded-t-lg",
|
|
46
|
+
"td": "bg-elevated/50 border-x border-default",
|
|
47
|
+
"item": "bg-elevated/50"
|
|
48
|
+
}
|
|
49
|
+
}
|
|
50
|
+
}
|
|
51
|
+
}
|
package/.nuxt/ui/user.ts
ADDED
|
@@ -0,0 +1,106 @@
|
|
|
1
|
+
const orientation = [
|
|
2
|
+
"horizontal",
|
|
3
|
+
"vertical"
|
|
4
|
+
] as const
|
|
5
|
+
|
|
6
|
+
const size = [
|
|
7
|
+
"3xs",
|
|
8
|
+
"2xs",
|
|
9
|
+
"xs",
|
|
10
|
+
"sm",
|
|
11
|
+
"md",
|
|
12
|
+
"lg",
|
|
13
|
+
"xl",
|
|
14
|
+
"2xl",
|
|
15
|
+
"3xl"
|
|
16
|
+
] as const
|
|
17
|
+
|
|
18
|
+
export default {
|
|
19
|
+
"slots": {
|
|
20
|
+
"root": "relative group/user",
|
|
21
|
+
"wrapper": "",
|
|
22
|
+
"name": "font-medium",
|
|
23
|
+
"description": "text-muted",
|
|
24
|
+
"avatar": "shrink-0"
|
|
25
|
+
},
|
|
26
|
+
"variants": {
|
|
27
|
+
"orientation": {
|
|
28
|
+
"horizontal": {
|
|
29
|
+
"root": "flex items-center"
|
|
30
|
+
},
|
|
31
|
+
"vertical": {
|
|
32
|
+
"root": "flex flex-col"
|
|
33
|
+
}
|
|
34
|
+
},
|
|
35
|
+
"to": {
|
|
36
|
+
"true": {
|
|
37
|
+
"name": [
|
|
38
|
+
"text-default peer-hover:text-highlighted",
|
|
39
|
+
"transition-colors"
|
|
40
|
+
],
|
|
41
|
+
"description": [
|
|
42
|
+
"peer-hover:text-toned",
|
|
43
|
+
"transition-colors"
|
|
44
|
+
],
|
|
45
|
+
"avatar": "transform transition-transform duration-200 group-hover/user:scale-115"
|
|
46
|
+
},
|
|
47
|
+
"false": {
|
|
48
|
+
"name": "text-highlighted",
|
|
49
|
+
"description": ""
|
|
50
|
+
}
|
|
51
|
+
},
|
|
52
|
+
"size": {
|
|
53
|
+
"3xs": {
|
|
54
|
+
"root": "gap-1",
|
|
55
|
+
"wrapper": "flex items-center gap-1",
|
|
56
|
+
"name": "text-xs",
|
|
57
|
+
"description": "text-xs"
|
|
58
|
+
},
|
|
59
|
+
"2xs": {
|
|
60
|
+
"root": "gap-1.5",
|
|
61
|
+
"wrapper": "flex items-center gap-1.5",
|
|
62
|
+
"name": "text-xs",
|
|
63
|
+
"description": "text-xs"
|
|
64
|
+
},
|
|
65
|
+
"xs": {
|
|
66
|
+
"root": "gap-1.5",
|
|
67
|
+
"wrapper": "flex items-center gap-1.5",
|
|
68
|
+
"name": "text-xs",
|
|
69
|
+
"description": "text-xs"
|
|
70
|
+
},
|
|
71
|
+
"sm": {
|
|
72
|
+
"root": "gap-2",
|
|
73
|
+
"name": "text-xs",
|
|
74
|
+
"description": "text-xs"
|
|
75
|
+
},
|
|
76
|
+
"md": {
|
|
77
|
+
"root": "gap-2",
|
|
78
|
+
"name": "text-sm",
|
|
79
|
+
"description": "text-xs"
|
|
80
|
+
},
|
|
81
|
+
"lg": {
|
|
82
|
+
"root": "gap-2.5",
|
|
83
|
+
"name": "text-sm",
|
|
84
|
+
"description": "text-sm"
|
|
85
|
+
},
|
|
86
|
+
"xl": {
|
|
87
|
+
"root": "gap-2.5",
|
|
88
|
+
"name": "text-base",
|
|
89
|
+
"description": "text-sm"
|
|
90
|
+
},
|
|
91
|
+
"2xl": {
|
|
92
|
+
"root": "gap-3",
|
|
93
|
+
"name": "text-base",
|
|
94
|
+
"description": "text-base"
|
|
95
|
+
},
|
|
96
|
+
"3xl": {
|
|
97
|
+
"root": "gap-3",
|
|
98
|
+
"name": "text-lg",
|
|
99
|
+
"description": "text-base"
|
|
100
|
+
}
|
|
101
|
+
}
|
|
102
|
+
},
|
|
103
|
+
"defaultVariants": {
|
|
104
|
+
"size": "md" as typeof size[number]
|
|
105
|
+
}
|
|
106
|
+
}
|
package/LICENSE.md
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
MIT License
|
|
2
|
-
|
|
3
|
-
Copyright (c) 2023 NuxtLabs
|
|
4
|
-
|
|
5
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
|
|
6
|
-
|
|
7
|
-
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
8
|
-
|
|
9
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
1
|
+
MIT License
|
|
2
|
+
|
|
3
|
+
Copyright (c) 2023 NuxtLabs
|
|
4
|
+
|
|
5
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
|
|
6
|
+
|
|
7
|
+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
8
|
+
|
|
9
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
package/README.md
CHANGED
|
@@ -1,147 +1,147 @@
|
|
|
1
|
-
<picture>
|
|
2
|
-
<source media="(prefers-color-scheme: dark)" srcset="https://github.com/user-attachments/assets/91ceab67-89ce-4ef4-8678-4402a92baca5">
|
|
3
|
-
<source media="(prefers-color-scheme: light)" srcset="https://github.com/user-attachments/assets/51526d6d-e5ec-41b4-aa37-242dec1cdb27">
|
|
4
|
-
<img alt="Nuxt UI" src="https://github.com/user-attachments/assets/51526d6d-e5ec-41b4-aa37-242dec1cdb27">
|
|
5
|
-
</picture>
|
|
6
|
-
|
|
7
|
-
# Nuxt UI
|
|
8
|
-
|
|
9
|
-
[![npm version][npm-version-src]][npm-version-href]
|
|
10
|
-
[![npm downloads][npm-downloads-src]][npm-downloads-href]
|
|
11
|
-
[![License][license-src]][license-href]
|
|
12
|
-
[![Nuxt][nuxt-src]][nuxt-href]
|
|
13
|
-
|
|
14
|
-
Nuxt UI harnesses the combined strengths of [Reka UI](https://reka-ui.com/), [Tailwind CSS](https://tailwindcss.com/), and [Tailwind Variants](https://www.tailwind-variants.org/) to offer developers an unparalleled set of tools for creating sophisticated, accessible, and highly performant user interfaces.
|
|
15
|
-
|
|
16
|
-
> [!NOTE]
|
|
17
|
-
> You are on the `v3` development branch, check out the [v2 branch](https://github.com/nuxt/ui/tree/v2) for Nuxt UI v2.
|
|
18
|
-
|
|
19
|
-
> [!TIP]
|
|
20
|
-
> **Looking for more components ?**
|
|
21
|
-
> Check out [Nuxt UI Pro](https://ui.nuxt.com/pro), a collection of premium Vue components, composables, and utilities built on top of Nuxt UI for faster and more powerful app development.
|
|
22
|
-
|
|
23
|
-
## Documentation
|
|
24
|
-
|
|
25
|
-
Visit https://ui.nuxt.com to explore the documentation.
|
|
26
|
-
|
|
27
|
-
## Installation
|
|
28
|
-
|
|
29
|
-
```bash [pnpm]
|
|
30
|
-
pnpm add @eslamdevui/ui
|
|
31
|
-
```
|
|
32
|
-
|
|
33
|
-
```bash [yarn]
|
|
34
|
-
yarn add @eslamdevui/ui
|
|
35
|
-
```
|
|
36
|
-
|
|
37
|
-
```bash [npm]
|
|
38
|
-
npm install @eslamdevui/ui
|
|
39
|
-
```
|
|
40
|
-
|
|
41
|
-
```bash [bun]
|
|
42
|
-
bun add @eslamdevui/ui
|
|
43
|
-
```
|
|
44
|
-
|
|
45
|
-
### Nuxt
|
|
46
|
-
|
|
47
|
-
1. Add the Nuxt UI module in your `nuxt.config.ts`:
|
|
48
|
-
|
|
49
|
-
```ts [nuxt.config.ts]
|
|
50
|
-
export default defineNuxtConfig({
|
|
51
|
-
modules: ['@eslamdevui/ui']
|
|
52
|
-
})
|
|
53
|
-
```
|
|
54
|
-
|
|
55
|
-
2. Import Tailwind CSS and Nuxt UI in your CSS:
|
|
56
|
-
|
|
57
|
-
```css [assets/css/main.css]
|
|
58
|
-
@import "tailwindcss";
|
|
59
|
-
@import "@eslamdevui/ui";
|
|
60
|
-
```
|
|
61
|
-
|
|
62
|
-
Learn more in the [installation guide](https://ui.nuxt.com/getting-started/installation/nuxt).
|
|
63
|
-
|
|
64
|
-
### Vue
|
|
65
|
-
|
|
66
|
-
1. Add the Nuxt UI Vite plugin in your `vite.config.ts`:
|
|
67
|
-
|
|
68
|
-
```ts [vite.config.ts]
|
|
69
|
-
import { defineConfig } from 'vite'
|
|
70
|
-
import vue from '@vitejs/plugin-vue'
|
|
71
|
-
import ui from '@eslamdevui/ui/vite'
|
|
72
|
-
|
|
73
|
-
export default defineConfig({
|
|
74
|
-
plugins: [
|
|
75
|
-
vue(),
|
|
76
|
-
ui()
|
|
77
|
-
]
|
|
78
|
-
})
|
|
79
|
-
```
|
|
80
|
-
|
|
81
|
-
2. Use the Nuxt UI Vue plugin in your `main.ts`:
|
|
82
|
-
|
|
83
|
-
```ts [main.ts]
|
|
84
|
-
import { createApp } from 'vue'
|
|
85
|
-
import { createRouter, createWebHistory } from 'vue-router'
|
|
86
|
-
import ui from '@eslamdevui/ui/vue-plugin'
|
|
87
|
-
import App from './App.vue'
|
|
88
|
-
|
|
89
|
-
const app = createApp(App)
|
|
90
|
-
|
|
91
|
-
const router = createRouter({
|
|
92
|
-
routes: [],
|
|
93
|
-
history: createWebHistory()
|
|
94
|
-
})
|
|
95
|
-
|
|
96
|
-
app.use(router)
|
|
97
|
-
app.use(ui)
|
|
98
|
-
|
|
99
|
-
app.mount('#app')
|
|
100
|
-
```
|
|
101
|
-
|
|
102
|
-
3. Import Tailwind CSS and Nuxt UI in your CSS:
|
|
103
|
-
|
|
104
|
-
```css [assets/main.css]
|
|
105
|
-
@import "tailwindcss";
|
|
106
|
-
@import "@eslamdevui/ui";
|
|
107
|
-
```
|
|
108
|
-
|
|
109
|
-
Learn more in the [installation guide](https://ui.nuxt.com/getting-started/installation/vue).
|
|
110
|
-
|
|
111
|
-
## Contribution
|
|
112
|
-
|
|
113
|
-
Thank you for considering contributing to Nuxt UI. Here are a few ways you can get involved:
|
|
114
|
-
|
|
115
|
-
- Reporting Bugs: If you come across any bugs or issues, please check out the reporting bugs guide to learn how to submit a bug report.
|
|
116
|
-
- Suggestions: Have any thoughts to enhance Nuxt UI? We'd love to hear them! Check out the [contribution guide](https://ui.nuxt.com/getting-started/contribution) to share your suggestions.
|
|
117
|
-
|
|
118
|
-
## Local Development
|
|
119
|
-
|
|
120
|
-
Follow the docs to [set up your local development environment](https://ui.nuxt.com/getting-started/contribution#local-development) and contribute.
|
|
121
|
-
|
|
122
|
-
## Credits
|
|
123
|
-
|
|
124
|
-
- [nuxt/nuxt](https://github.com/nuxt/nuxt)
|
|
125
|
-
- [nuxt/icon](https://github.com/nuxt/icon)
|
|
126
|
-
- [nuxt/fonts](https://github.com/nuxt/fonts)
|
|
127
|
-
- [nuxt-modules/color-mode](https://github.com/nuxt-modules/color-mode)
|
|
128
|
-
- [unovue/reka-ui](https://github.com/unovue/reka-ui)
|
|
129
|
-
- [tailwindlabs/tailwindcss](https://github.com/tailwindlabs/tailwindcss)
|
|
130
|
-
- [vueuse/vueuse](https://github.com/vueuse/vueuse)
|
|
131
|
-
|
|
132
|
-
## License
|
|
133
|
-
|
|
134
|
-
Licensed under the [MIT license](https://github.com/nuxt/ui/blob/v3/LICENSE.md).
|
|
135
|
-
|
|
136
|
-
<!-- Badges -->
|
|
137
|
-
[npm-version-src]: https://img.shields.io/npm/v/@eslamdevui/ui/latest.svg?style=flat&colorA=18181B&colorB=28CF8D
|
|
138
|
-
[npm-version-href]: https://npmjs.com/package/@eslamdevui/ui
|
|
139
|
-
|
|
140
|
-
[npm-downloads-src]: https://img.shields.io/npm/dm/@eslamdevui/ui.svg?style=flat&colorA=18181B&colorB=28CF8D
|
|
141
|
-
[npm-downloads-href]: https://npm.chart.dev/@eslamdevui/ui
|
|
142
|
-
|
|
143
|
-
[license-src]: https://img.shields.io/github/license/nuxt/ui.svg?style=flat&colorA=18181B&colorB=28CF8D
|
|
144
|
-
[license-href]: https://github.com/nuxt/ui/blob/v3/LICENSE.md
|
|
145
|
-
|
|
146
|
-
[nuxt-src]: https://img.shields.io/badge/Nuxt-18181B?logo=nuxt.js
|
|
147
|
-
[nuxt-href]: https://nuxt.com
|
|
1
|
+
<picture>
|
|
2
|
+
<source media="(prefers-color-scheme: dark)" srcset="https://github.com/user-attachments/assets/91ceab67-89ce-4ef4-8678-4402a92baca5">
|
|
3
|
+
<source media="(prefers-color-scheme: light)" srcset="https://github.com/user-attachments/assets/51526d6d-e5ec-41b4-aa37-242dec1cdb27">
|
|
4
|
+
<img alt="Nuxt UI" src="https://github.com/user-attachments/assets/51526d6d-e5ec-41b4-aa37-242dec1cdb27">
|
|
5
|
+
</picture>
|
|
6
|
+
|
|
7
|
+
# Nuxt UI
|
|
8
|
+
|
|
9
|
+
[![npm version][npm-version-src]][npm-version-href]
|
|
10
|
+
[![npm downloads][npm-downloads-src]][npm-downloads-href]
|
|
11
|
+
[![License][license-src]][license-href]
|
|
12
|
+
[![Nuxt][nuxt-src]][nuxt-href]
|
|
13
|
+
|
|
14
|
+
Nuxt UI harnesses the combined strengths of [Reka UI](https://reka-ui.com/), [Tailwind CSS](https://tailwindcss.com/), and [Tailwind Variants](https://www.tailwind-variants.org/) to offer developers an unparalleled set of tools for creating sophisticated, accessible, and highly performant user interfaces.
|
|
15
|
+
|
|
16
|
+
> [!NOTE]
|
|
17
|
+
> You are on the `v3` development branch, check out the [v2 branch](https://github.com/nuxt/ui/tree/v2) for Nuxt UI v2.
|
|
18
|
+
|
|
19
|
+
> [!TIP]
|
|
20
|
+
> **Looking for more components ?**
|
|
21
|
+
> Check out [Nuxt UI Pro](https://ui.nuxt.com/pro), a collection of premium Vue components, composables, and utilities built on top of Nuxt UI for faster and more powerful app development.
|
|
22
|
+
|
|
23
|
+
## Documentation
|
|
24
|
+
|
|
25
|
+
Visit https://ui.nuxt.com to explore the documentation.
|
|
26
|
+
|
|
27
|
+
## Installation
|
|
28
|
+
|
|
29
|
+
```bash [pnpm]
|
|
30
|
+
pnpm add @eslamdevui/ui
|
|
31
|
+
```
|
|
32
|
+
|
|
33
|
+
```bash [yarn]
|
|
34
|
+
yarn add @eslamdevui/ui
|
|
35
|
+
```
|
|
36
|
+
|
|
37
|
+
```bash [npm]
|
|
38
|
+
npm install @eslamdevui/ui
|
|
39
|
+
```
|
|
40
|
+
|
|
41
|
+
```bash [bun]
|
|
42
|
+
bun add @eslamdevui/ui
|
|
43
|
+
```
|
|
44
|
+
|
|
45
|
+
### Nuxt
|
|
46
|
+
|
|
47
|
+
1. Add the Nuxt UI module in your `nuxt.config.ts`:
|
|
48
|
+
|
|
49
|
+
```ts [nuxt.config.ts]
|
|
50
|
+
export default defineNuxtConfig({
|
|
51
|
+
modules: ['@eslamdevui/ui']
|
|
52
|
+
})
|
|
53
|
+
```
|
|
54
|
+
|
|
55
|
+
2. Import Tailwind CSS and Nuxt UI in your CSS:
|
|
56
|
+
|
|
57
|
+
```css [assets/css/main.css]
|
|
58
|
+
@import "tailwindcss";
|
|
59
|
+
@import "@eslamdevui/ui";
|
|
60
|
+
```
|
|
61
|
+
|
|
62
|
+
Learn more in the [installation guide](https://ui.nuxt.com/getting-started/installation/nuxt).
|
|
63
|
+
|
|
64
|
+
### Vue
|
|
65
|
+
|
|
66
|
+
1. Add the Nuxt UI Vite plugin in your `vite.config.ts`:
|
|
67
|
+
|
|
68
|
+
```ts [vite.config.ts]
|
|
69
|
+
import { defineConfig } from 'vite'
|
|
70
|
+
import vue from '@vitejs/plugin-vue'
|
|
71
|
+
import ui from '@eslamdevui/ui/vite'
|
|
72
|
+
|
|
73
|
+
export default defineConfig({
|
|
74
|
+
plugins: [
|
|
75
|
+
vue(),
|
|
76
|
+
ui()
|
|
77
|
+
]
|
|
78
|
+
})
|
|
79
|
+
```
|
|
80
|
+
|
|
81
|
+
2. Use the Nuxt UI Vue plugin in your `main.ts`:
|
|
82
|
+
|
|
83
|
+
```ts [main.ts]
|
|
84
|
+
import { createApp } from 'vue'
|
|
85
|
+
import { createRouter, createWebHistory } from 'vue-router'
|
|
86
|
+
import ui from '@eslamdevui/ui/vue-plugin'
|
|
87
|
+
import App from './App.vue'
|
|
88
|
+
|
|
89
|
+
const app = createApp(App)
|
|
90
|
+
|
|
91
|
+
const router = createRouter({
|
|
92
|
+
routes: [],
|
|
93
|
+
history: createWebHistory()
|
|
94
|
+
})
|
|
95
|
+
|
|
96
|
+
app.use(router)
|
|
97
|
+
app.use(ui)
|
|
98
|
+
|
|
99
|
+
app.mount('#app')
|
|
100
|
+
```
|
|
101
|
+
|
|
102
|
+
3. Import Tailwind CSS and Nuxt UI in your CSS:
|
|
103
|
+
|
|
104
|
+
```css [assets/main.css]
|
|
105
|
+
@import "tailwindcss";
|
|
106
|
+
@import "@eslamdevui/ui";
|
|
107
|
+
```
|
|
108
|
+
|
|
109
|
+
Learn more in the [installation guide](https://ui.nuxt.com/getting-started/installation/vue).
|
|
110
|
+
|
|
111
|
+
## Contribution
|
|
112
|
+
|
|
113
|
+
Thank you for considering contributing to Nuxt UI. Here are a few ways you can get involved:
|
|
114
|
+
|
|
115
|
+
- Reporting Bugs: If you come across any bugs or issues, please check out the reporting bugs guide to learn how to submit a bug report.
|
|
116
|
+
- Suggestions: Have any thoughts to enhance Nuxt UI? We'd love to hear them! Check out the [contribution guide](https://ui.nuxt.com/getting-started/contribution) to share your suggestions.
|
|
117
|
+
|
|
118
|
+
## Local Development
|
|
119
|
+
|
|
120
|
+
Follow the docs to [set up your local development environment](https://ui.nuxt.com/getting-started/contribution#local-development) and contribute.
|
|
121
|
+
|
|
122
|
+
## Credits
|
|
123
|
+
|
|
124
|
+
- [nuxt/nuxt](https://github.com/nuxt/nuxt)
|
|
125
|
+
- [nuxt/icon](https://github.com/nuxt/icon)
|
|
126
|
+
- [nuxt/fonts](https://github.com/nuxt/fonts)
|
|
127
|
+
- [nuxt-modules/color-mode](https://github.com/nuxt-modules/color-mode)
|
|
128
|
+
- [unovue/reka-ui](https://github.com/unovue/reka-ui)
|
|
129
|
+
- [tailwindlabs/tailwindcss](https://github.com/tailwindlabs/tailwindcss)
|
|
130
|
+
- [vueuse/vueuse](https://github.com/vueuse/vueuse)
|
|
131
|
+
|
|
132
|
+
## License
|
|
133
|
+
|
|
134
|
+
Licensed under the [MIT license](https://github.com/nuxt/ui/blob/v3/LICENSE.md).
|
|
135
|
+
|
|
136
|
+
<!-- Badges -->
|
|
137
|
+
[npm-version-src]: https://img.shields.io/npm/v/@eslamdevui/ui/latest.svg?style=flat&colorA=18181B&colorB=28CF8D
|
|
138
|
+
[npm-version-href]: https://npmjs.com/package/@eslamdevui/ui
|
|
139
|
+
|
|
140
|
+
[npm-downloads-src]: https://img.shields.io/npm/dm/@eslamdevui/ui.svg?style=flat&colorA=18181B&colorB=28CF8D
|
|
141
|
+
[npm-downloads-href]: https://npm.chart.dev/@eslamdevui/ui
|
|
142
|
+
|
|
143
|
+
[license-src]: https://img.shields.io/github/license/nuxt/ui.svg?style=flat&colorA=18181B&colorB=28CF8D
|
|
144
|
+
[license-href]: https://github.com/nuxt/ui/blob/v3/LICENSE.md
|
|
145
|
+
|
|
146
|
+
[nuxt-src]: https://img.shields.io/badge/Nuxt-18181B?logo=nuxt.js
|
|
147
|
+
[nuxt-href]: https://nuxt.com
|