Packages

Write native GUI directly from Elixir using declarative API.

Current section

Files

Jump to
emerge lib emerge docs examples ui-size-fixed.exs
Raw

lib/emerge/docs/examples/ui-size-fixed.exs

el(
[
width(px(220)),
padding(12),
Background.color(color(:slate, 900)),
Border.rounded(10),
Font.color(color(:slate, 50))
],
text("Fixed panel")
)