Current section

Files

Jump to
mishka_chelekom priv components table.exs
Raw

priv/components/table.exs

[
table: [
name: "table",
args: [
variant: [
"base",
"outline",
"default",
"shadow",
"bordered",
"transparent",
"hoverable",
"stripped",
"separated"
],
color: [
"base",
"natural",
"white",
"primary",
"secondary",
"dark",
"success",
"warning",
"danger",
"info",
"misc",
"dawn",
"silver"
],
padding: ["extra_small", "small", "medium", "large", "extra_large"],
type: ["table", "th", "tr", "td"],
only: ["table", "th", "tr", "td"],
helpers: [],
module: ""
],
optional: [],
necessary: []
]
]