UNPKG

node-red-contrib-uibuilder

Version:

Easily create web UI's for Node-RED using any (or no) front-end library. VueJS and bootstrap-vue included but change as desired.

6 lines 293 B
/* Colours for Syntax Highlighted pre's */ .syntax-highlight {color:white;background-color:black;padding:5px 10px;} .syntax-highlight > .key {color:#ffbf35} .syntax-highlight > .string {color:#5dff39;} .syntax-highlight > .number {color:#70aeff;} .syntax-highlight > .boolean {color:#b993ff;}