I see this, for example, in tables and buttons.Is this a drop-in kit?
In CF 7 there was something similar with "ui". Parameters for it could be found on the internet.
Where can I find a parameter list for "nui"?
F.
Hi Fredolino
In ChronoForms 7 the UI was based on Fomantic UI, so many of the old ui parameters you found online were coming from that library.
In ChronoForms 8, the interface uses nui, which is not Fomantic or any third-party framework. nui is a lightweight CSS/UI library that I developed specifically for ChronoForms. It’s much smaller and faster than Fomantic UI, and the class structure is different, so external Fomantic UI documentation won’t apply.
At the moment, nui doesn’t have a full public parameter/class reference because it’s an internal toolkit used to keep the CF8 interface consistent and optimized. I will publish documentation for it once it’s fully finalized.
If you need to style something or want to know how to use a specific nui component, feel free to ask and I can provide the correct classes or examples.
Ah, now I understand.
No wonder I couldn't find the library online. :-)
In CF 7 I was able to use it (e.g., for tables, input fields, etc.): https://semantic-ui.com/introduction/getting-started.htm
lI think if there's already a library with classes, other users will certainly be very interested. It can save time and code by eliminating the need to use your own classes when there are already existing classes in CF 8.
F.
