Current section

Files

Jump to
mishka_chelekom priv components button.exs
Raw

priv/components/button.exs

[
button: [
name: "button",
args: [
variant: [
"base",
"default",
"outline",
"transparent",
"subtle",
"shadow",
"inverted",
"bordered",
"default_gradient",
"outline_gradient",
"inverted_gradient"
],
color: [
"base",
"natural",
"white",
"dark",
"primary",
"secondary",
"success",
"warning",
"danger",
"info",
"silver",
"misc",
"dawn",
"transparent"
],
size: ["extra_small", "small", "medium", "large", "extra_large", "full"],
rounded: ["extra_small", "small", "medium", "large", "extra_large", "full", "none"],
type: ["button_group", "button", "input_button", "button_link"],
only: ["button_group", "button", "input_button", "button_link"],
helpers: [],
module: ""
],
optional: [],
necessary: []
]
]