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
The engineering controls included in G Web Development Software (gauge, numeric, slider, tank) are proprietary controls from a third party vendor (jQWidgets documentation).
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 and created the Nimble Design System libraries Derrick referenced for general web controls (table, select, combobox, buttons, etc).