Current section

Files

Jump to
mishka_chelekom priv components indicator.exs
Raw

priv/components/indicator.exs

[
indicator: [
name: "indicator",
category: "general",
doc_url: "https://mishka.tools/chelekom/docs/indicator",
args: [
color: [
"base",
"natural",
"white",
"primary",
"secondary",
"dark",
"success",
"warning",
"danger",
"info",
"silver",
"misc",
"dawn"
],
size: ["extra_small", "small", "medium", "large", "extra_large"],
only: ["indicator"],
helpers: [],
module: ""
],
optional: [],
necessary: []
]
]