Current section

Files

Jump to
mishka_chelekom priv components tooltip.exs
Raw

priv/components/tooltip.exs

[
tooltip: [
name: "tooltip",
category: "overlays",
doc_url: "https://mishka.tools/chelekom/docs/tooltip",
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: ["extra_small", "small", "medium", "large", "extra_large", "none"],
rounded: ["extra_small", "small", "medium", "large", "extra_large"],
only: ["tooltip"],
helpers: [],
module: ""
],
optional: [],
necessary: []
]
]