Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

OpenRemote UI Components

Library of UI components that can be used to build web applications that communicate with an OpenRemote Manager.

Source · Documentation · Community · Issues · Docker Images · OpenRemote Inc.

Contributing

Please refer to the Developer Guide on how to contribute to the UI components.

Usage

To consume the components in an application simply add the required dependencies to your package.json and then import the required component(s) using standard ES6 module syntax; for our own applications we use rspack for bundling (see the existing apps for examples). When using components from a custom project, yarn workspaces can be used to symlink the components to the code base allowing for tight development of components within an application.

For usage information on each component refer to the component's README file and the TypeDoc generated documentation.