Current section

Files

Jump to
mishka_chelekom priv components skeleton.exs
Raw

priv/components/skeleton.exs

[
skeleton: [
name: "skeleton",
args: [
color: [
"base",
"natural",
"white",
"primary",
"secondary",
"dark",
"success",
"warning",
"danger",
"info",
"misc",
"dawn",
"silver"
],
rounded: ["extra_small", "small", "medium", "large", "extra_large", "full", "none"],
only: ["skeleton"],
helpers: [],
module: ""
],
optional: [],
necessary: []
]
]