mishka-group / mishka_template_creator

Mishka Template Creator for Phoenix and Phoenix LiveView
9 stars 1 forks source link

Create server side Tabs element #51

Closed shahryarjb closed 1 year ago

shahryarjb commented 1 year ago

This is the main structure to create a tab or define as a preset.

  %{
    "unique_id" => %{
      "children" => %{
        "unique_id-0" => %{"title" => "", "html" => "", "icon" => ""},
        "unique_id-1" => %{"title" => "", "html" => "", "icon" => ""}
      },
      "header" => %{
        "container" => "",
        "title" => "",
        "icon" => "",
        "button" => ""
      },
      "content" => "",
      "order" => ["unique_id-0", "unique_id-1"],
      "class" => "",
      "type" => "tab",
      "parent" => "section",
      "parent_id" => "unique_id"
    }
  }

https://user-images.githubusercontent.com/8413604/232748426-8cb4fc3e-8ae9-489e-afb5-93d4643e125c.mp4