Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Icons can be added like this, with CSS properties:

Code Block
<cp-icon name="video-image" size="24" color="red"></cp-icon>
<cp-icon name="alarm " size="18" color="24#ffff00"></cp-icon>
  • The name property identifies the icon that will be loaded. Supported names are listed below.

  • The size identifies the dimension. It can be omitted and by default will use the value: "18".

    • Supported sizes: 14, 18, 24

...