Skip to content

Components

Components can be used to create and store common UI designs that are being used in multiple UIs. this saves the user time by eliminating the process of tediously creating multiple duplicate of the same UI design. this customized UIs can be attached to multiple UIs at the same time, as well as updated at the same time when the component is modified. for example, users can create a UI design that can read the Pages that are available in your Playlist. users can then attach this Component to any UI and it will all have the functionality they need and will save users time of tediously designing it in every UI that uses it.

Creating Components

To create a new component:

  1. Go to the UI Manager -> Components
  2. Click Create New Component
  3. Name your new UI component and click Create

Add UIM Components

Attaching UI Components to UI

Attaching Library to UI is straighforward:

  1. Go to the UI you want the UI Component to be attached
  2. Under the UI Builder Controls window, click Add Component
  3. Check the Components you want to add and Click Update

Attach UIM Components

Removing UI Components from UI

To remove the component from the UI:

  1. Under the Builder Controls window, click the Add Component
  2. Uncheck the Components you want to remove from the UI and click Update

    Warning

    Deleting the Component while its being used/referenced will display Unknown Component, and may break the UI.

Removing UIM Components

Adding and Accessing Modules

To add and access Modules, Please visit Modules documentation.