UNPKG

@eslamdevui/ui

Version:

A UI Library for Modern Web Apps, powered by Vue & Tailwind CSS.

14 lines (13 loc) 255 B
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": "" } } }