UNPKG
@eslamdevui/ui
Version:
beta (4.1.1-rc.2)
latest (4.5.0)
4.5.0
4.4.0
4.3.1
4.3.0
4.1.1-rc.2
4.1.1-rc.1
4.1.0
4.0.0
4.0.0-beta
3.3.4
3.3.3
3.3.2-beta.3
3.3.2-beta.2
3.3.2-beta.1
3.3.2-beta.0
3.3.1
3.3.0
3.2.2
3.2.1
3.2.0
3.2.0-beta.2
3.2.0-beta.1
A UI Library for Modern Web Apps, powered by Vue & Tailwind CSS.
ui.nuxt.com
MohamedEslam04/ui
@eslamdevui/ui
/
.nuxt
/
ui
/
blog-posts.ts
14 lines
(13 loc)
•
255 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
const
orientation = [
"horizontal"
,
"vertical"
]
as
const
export
default
{
"base"
:
"flex flex-col gap-8 lg:gap-y-16"
,
"variants"
: {
"orientation"
: {
"horizontal"
:
"sm:grid sm:grid-cols-2 lg:grid-cols-3"
,
"vertical"
:
""
} } }