layui is a front-end UI framework written using its own module specifications. It follows the writing and organizational form of native HTML/CSS/JS, and layui provides a wealth of built-in modules, all of which can be modularized. Load on demand.
Recommended: "js video tutorial"
layui (homophone: UI-like) is a module that uses its own The front-end UI framework is written in a standardized way and follows the writing and organizational form of native HTML/CSS/JS. The threshold is extremely low and can be used out of the box. It is minimalist on the outside but full on the inside. It is light in size and rich in components. Every detail from the core code to the API has been carefully crafted, making it very suitable for rapid interface development. The first version of layui was released in the golden autumn of 2016. It is different from those UI frameworks based on the bottom layer of MVVM, but it does not go against the trend, but believes in returning to nature. To be precise, it is more tailor-made for server-side programmers. You do not need to get involved in the complex configuration of various front-end tools. You only need to face the browser itself, and all the elements and interactions you need can be found at your fingertips.
layui elements are composed of the following:
Layout (grid, background layout), color, font icon, animation, button, form , navigation bar, breadcrumbs, tabs, progress bars, panels, static tables, badges, timelines, auxiliary elements, etc.
Module
layui provides a wealth of built-in modules, all of which can be loaded on demand through a modular approach, including: layer, layDate, layPage, laytpl, table, form, upload, element, tree, layeditor, rate, carousel, flow, util, code, etc.
Compatibility
Chrome / Firefox / Safari /Internet Explorer 8.0
Usage scenarios
layui can be used as a quick development solution for PC web-side backend system and front-end interface
The above is the detailed content of What software is layui?. For more information, please follow other related articles on the PHP Chinese website!