Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 435 Bytes

label-control.md

File metadata and controls

23 lines (16 loc) · 435 Bytes

Label control

When do you use it?

Add small bold text to your map.

Advanced Editor

@controls {
  bottom-right {
    label {
      value: "© 2016 Kumu Inc.";
    }
  }
}

Supported properties

  • value is any plain text string.

Check out our controls reference to see the full list of properties and values recognized by the label control.