Current section

Files

Jump to
mishka_chelekom priv components password_field.exs
Raw

priv/components/password_field.exs

[
password_field: [
name: "password_field",
args: [
variant: ["outline", "default", "shadow", "bordered", "transparent", "base"],
color: [
"base",
"natural",
"white",
"primary",
"secondary",
"dark",
"success",
"warning",
"danger",
"info",
"misc",
"dawn",
"silver"
],
size: ["extra_small", "small", "medium", "large", "extra_large"],
rounded: ["extra_small", "small", "medium", "large", "extra_large", "full", "none"],
space: ["extra_small", "small", "medium", "large", "extra_large", "none"],
only: ["password_field"],
helpers: [],
module: ""
],
optional: [],
necessary: []
]
]