# node-red-ui-nodes **Repository Path**: bison-fork/node-red-ui-nodes ## Basic Information - **Project Name**: node-red-ui-nodes - **Description**: fork自:https://github.com/node-red/node-red-ui-nodes,node-red扩展的ui - **Primary Language**: JavaScript - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 1 - **Created**: 2021-01-14 - **Last Updated**: 2023-11-03 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # node-red-ui-nodes Additional nodes for Node-RED Dashboard This repository contains a few example extra Dashboard Widgets for the [Node-RED Dashboard](https://flows.nodered.org/node/node-red-dashboard) project - along with documentation that should be enough to help you create your own. In order to work they require both [Node-RED](https://nodered.org) and Node-RED-Dashboard to be installed. Most widgets will be published as their own standalone npm packages called node-red-node-ui-*something*, rather than as part of this repo. If you create your own nodes please try to call them node-red-contrib-ui-*something*. A basic knowledge of Javascript is required, and the UI itself uses Angular version 1 and jQuery, so a knowledge of, or a willingness to learn, some of these would be an advantage. Pull requests to help add documentation and to add clarity are most welcome - but please read the [Contribution guidelines](./CONTRIBUTING.md)