Current section

Files

Jump to
mishka_chelekom priv components pagination.exs
Raw

priv/components/pagination.exs

[
pagination: [
name: "pagination",
args: [
variant: [
"default",
"outline",
"transparent",
"subtle",
"shadow",
"inverted",
"gradient",
"bordered",
"base"
],
color: [
"base",
"natural",
"primary",
"secondary",
"success",
"warning",
"danger",
"info",
"silver",
"misc",
"dawn",
"dark",
"white"
],
size: ["extra_small", "small", "medium", "large", "extra_large"],
rounded: ["extra_small", "small", "medium", "large", "extra_large", "full", "none"],
space: ["extra_small", "small", "medium", "large", "extra_large"],
only: ["pagination"],
helpers: [],
module: ""
],
optional: [],
necessary: []
]
]