Current section

Files

Jump to
mishka_chelekom priv components stat.exs
Raw

priv/components/stat.exs

[
stat: [
name: "stat",
category: "general",
doc_url: "https://mishka.tools/chelekom/docs/stat",
args: [
variant: ["default", "shadow", "bordered", "gradient", "base"],
color: [
"base",
"natural",
"white",
"primary",
"secondary",
"dark",
"success",
"warning",
"danger",
"info",
"silver",
"misc",
"dawn"
],
size: ["extra_small", "small", "medium", "large", "extra_large"],
padding: ["none", "extra_small", "small", "medium", "large", "extra_large"],
rounded: ["none", "extra_small", "small", "medium", "large", "extra_large", "full"],
only: ["stat", "stat_group"],
helpers: [],
module: ""
],
optional: [],
necessary: ["icon"]
]
]