Documentation/  

Material

Customizing the nodes

This is how you can utilize some of the defaults we added into Material for customizing the node for adding things like images and colors. You always utilize the node grid as well which is covered on the UI.X documentation.

Add main class

First lets navigate to Application > View Node Tree > scroll to the node > Node Options > Style Options

Next, you'll want to add the following class that will append To .nodeInfo to turn it into metro styling: isMetro. This will be need for all nodes requiring that they have an image or a different color.

Add a color

For color, add one of these classes:

  1. metro-orange
  2. metro-pink
  3. metro-indigo
  4. metro-cyan
  5. metro-brown
  6. metro-blueGrey
  7. metro-red
  8. metro-blue
  9. metro-green
  10. metro-teal
  11. metro-purple
  12. metro-deepPurple

Add an image

For an image add the following class next to the one where you set isMetro: metro-image

Next, you can go and tab over to Styling. To add a background image add the url to the background image CSS property.

Copyright © 2025 Audentio, LLC. All Rights Reserved.