@poupe/vue
Version:
Vue component library for Poupe UI framework with theme customization and accessibility support
49 lines (48 loc) • 663 B
JavaScript
const s = {
0: "ps-0",
1: "ps-1",
2: "ps-2",
3: "ps-3",
4: "ps-4",
5: "ps-5",
6: "ps-6"
}, p = {
0: "pe-0",
1: "pe-1",
2: "pe-2",
3: "pe-3",
4: "pe-4"
}, e = {
0: "px-0",
1: "px-1",
2: "px-2",
3: "px-3",
4: "px-4"
}, t = {
0: "py-0",
1: "py-1",
2: "py-2",
3: "py-3",
4: "py-4"
}, o = {
start: "justify-start",
between: "justify-between",
around: "justify-around",
evenly: "justify-evenly"
}, a = {
1: "grid-cols-1",
2: "grid-cols-2",
3: "grid-cols-3",
4: "grid-cols-4",
5: "grid-cols-5",
6: "grid-cols-6",
7: "grid-cols-7"
};
export {
t as a,
s as b,
p as c,
a as g,
o as j,
e as p
};