# JViewUI **Repository Path**: teamwork/jview-ui ## Basic Information - **Project Name**: JViewUI - **Description**: JView UI,是一套基于 JQuery 的开源 UI 组件库,为 Web 应用提供了一些基础的 UI 组件,主要应用于 PC 界面。另外我们还将持续优化和更新更多的 UI 组件。 - **Primary Language**: HTML/CSS - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-10-18 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # JView UI logo JView UI is an open source UI component library based on JQuery for the Web The application provides some basic UI components, mainly for PCS Interface. Most of our original components needed to write multi-line HTML Code can achieve the effect, encapsulated in a single line or a small amount of HTML code, and provides part of the API To implement components, and we will continue to optimize and update more UI components. ## Summarize - Short, concise, highly recognizable component HTML tags - Reduce the amount of HTML code you write and avoid redundant, bulky structures - Ideal for small - and medium-sized web pages - Fine, beautiful UI - Detailed documentation - Friendly API ### Install #### CSS file Add the JView CSS file as the `` TAB to the `` TAB and place it before all other stylesheets. ```html ``` #### JS file Many of the components that JView provides rely on jQuery as well as our own JavaScript plug-ins. Place the following ` ``` ### Components demonstrate ```html Document ``` ### Related links - [jQuery official document](https://jquery.com/) - [ES6 introductory tutorial](https://es6.ruanyifeng.com/) - [Gitee](https://gitee.com/Ryan-Zhong/jview-ui)