04-11-2025 09:59 AM
I plan on building a cRIO device using LabVIEW-realtime. For my desktop application using react-native to get a modern and looking interface.
Where can I download and use some of NIs CSS/JS components?
Solved! Go to Solution.
04-11-2025 10:35 AM
github repo is at https://github.com/ni/nimble
04-11-2025 12:05 PM
Nice!
Does this mean that gauges, LEDs, tanks, thermometers, etc are proprietary? Does NI have any plans to MIT license the css/js for those?
04-11-2025 02:30 PM - edited 04-14-2025 09:23 AM
The engineering controls included in G Web Development Software (gauge, numeric, slider, tank) are proprietary controls from a third party vendor (jQWidgets documentation). The G Web Development Software graphs and charts are based on the open source flot and flot-plugins libraries.
Nowadays for web applications outside of G Web Development Software, NI generally prefers using and contributing to open source projects and leveraging libraries like plotly.js for engineering controls / plots and created the Nimble Design System libraries Derrick referenced for general web controls (table, select, combobox, buttons, etc).