Home›Latest Updates
-
The notice utility function is implemented by the Dialog library, which can quickly open a text notification and customize the opening position.
-
The alert utility function can quickly open a warning dialog that requires clicking 'confirm' to close, serving as a replacement for the native alert method.
-
The confirm utility function simulates the native confirm method, allowing quick opening of a dialog box with confirm and cancel options.
-
Pagination is not packaged as a component because different systems use pagination in various ways. Designing pagination with native HTML and CSS allows flexible combination of pagination elements for different scenarios. These elements include 'prev...
-
The card is used to display mixed content of images and text, in pure CSS form, and can be used with any layout, such as flex or grid.
-
Both post and bullet are sub-components that form image-text lists. A post primarily emphasizes images or image collections, highlighting the role of visuals in information presentation – though it can also display multi-line text without images. For...
-
This framework comes with a built-in icon font (iconfont). Icons can be used either by applying the _icon[-*] style classes, or by writing the main name of the icon inside the tag and then applying the icon font to that tag. The icon font library wil...
-
Empty includes styles or states displayed for blank content or empty tags
-
The Accordion component can create nested collapsible panels and supports multiple data formats.
-
The comment list is purely CSS-defined and can be integrated into any component or module, with full responsive support across all devices.