...
Info |
---|
LUX is a living breathing design system and is always changing and improving. Make sure to revisit this space regularly to ensure you are designing and implementing with the current guidelines. |
Intro
As Verint's official design system, LUX serves a wide range of designers and developers building digital products and experiences. The goals of the system include improving UI consistency and quality, making the design and development process more efficient and focused, establishing a shared vocabulary between designers and developers, and providing clear, discoverable guidance around design and development best practices.
...
LUX is also built for developers. Our front-end library is libraries are continuously maintained by the Product Design Group , and for specific languages. The library included here serves as a fully functional example of the Verint design language. This library is a platform-agnostic UI implementation of our components and patterns which can be used in production if your chosen development environment and framework is suitable.
Our platform-agnostic example implementation is a fork of the open source Bootstrap JavaScript library. The library is written in ES6+, SCSS, and HTML and ships deliverables in vanilla JavaScript in ES5 as well as ES6, CSS, SCSS and HTML.
...
Many of our components require the use of JavaScript to function. Specifically, they require jQuery, Popper.js, and our own JavaScript plugins. Place the following <script>
s near the end of your pages, right before the closing </body>
tag, to enable them. jQuery must come first , then Popper.js, and then our JavaScript plugins.
...