Current section

Files

Jump to
mishka_chelekom priv components list.exs
Raw

priv/components/list.exs

[
list: [
name: "list",
args: [
variant: [
"default",
"bordered",
"outline",
"shadow",
"gradient",
"outline_separated",
"bordered_separated",
"transparent",
"base",
"base_separated"
],
color: [
"base",
"natural",
"white",
"primary",
"secondary",
"dark",
"success",
"warning",
"danger",
"info",
"silver",
"misc",
"dawn"
],
size: ["extra_small", "small", "medium", "large", "extra_large"],
space: ["extra_small", "small", "medium", "large", "extra_large"],
padding: ["extra_small", "small", "medium", "large", "extra_large", "none"],
rounded: ["extra_small", "small", "medium", "large", "extra_large", "full", "none"],
type: ["list", "li", "ul", "ol", "list_group"],
only: ["list", "li", "ul", "ol", "list_group"],
helpers: [],
module: ""
],
optional: [],
necessary: []
]
]