Section

Nav bar

17 个模板实例,8 个 section 配置,1 类 block。

真实模板变体

Schema

{
  "name": "Nav bar",
  "class": "sticky navbar-sticky-bar",
  "settings": [
    {
      "type": "color",
      "id": "bg",
      "label": "Background",
      "default": "#000"
    },
    {
      "type": "color",
      "id": "text-color",
      "default": "#fff",
      "label": "Text color"
    },
    {
      "type": "color",
      "id": "button-bg",
      "label": "Button background"
    },
    {
      "type": "color",
      "id": "active-bg",
      "label": "Active background color",
      "default": "#00a9e1"
    },
    {
      "type": "color",
      "id": "active-text-color",
      "label": "Active text color"
    },
    {
      "type": "header",
      "content": "Section padding"
    },
    {
      "type": "range",
      "id": "padding_top",
      "min": 0,
      "max": 100,
      "step": 2,
      "unit": "px",
      "label": "Padding_top",
      "default": 36
    },
    {
      "type": "range",
      "id": "padding_bottom",
      "min": 0,
      "max": 100,
      "step": 2,
      "unit": "px",
      "label": "Padding bottom",
      "default": 36
    }
  ],
  "blocks": [
    {
      "type": "item",
      "name": "Item",
      "settings": [
        {
          "type": "text",
          "id": "title",
          "label": "Title",
          "default": "Title"
        },
        {
          "type": "text",
          "id": "link",
          "label": "Link"
        }
      ]
    }
  ],
  "presets": [
    {
      "name": "Nav bar"
    }
  ]
}