View Source AdminElf.LayoutHelpers (admin_elf v1.1.0)

Summary

Types

@type panel() :: %{type: :panel, label: String.t(), children: [component()]}

Functions

@spec panel(String.t(), [component()]) :: panel()
@spec simple_layout([component()]) :: [panel()]