一套开源的 Web UI 组件库。采用自身极简的模块化规范,并遵循原生 HTML/CSS/JS 的开发模式,极易上手,开箱即用。非常适合网页界面的快速构建。
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
贤心 50b8cccc97 docs: 添加 v2.9.2-rc.2 更新日志 11 months ago
..
.layui
anim
auxiliar
badge
button
carousel 修正 carousel 文档中的 `autoplay` 属性可选值 1 year ago
class 更新 docs 中的引入资源 12 months ago
code 完善 code 文档中属性说明 1 year ago
color
colorpicker 更正 colorpicker 文档说明 1 year ago
dropdown 完善 dropdown 的 `delay` 选项文档 11 months ago
fixbar 更新 docs 中的引入资源 12 months ago
flow
form 修复部分文档和模块注释中的错别字 12 months ago
icon 优化 icon 文档中复制功能细节 1 year ago
laydate 优化 laydate 文档中快捷选项示例代码 1 year ago
layer 优化 `layer.closeLast()` 稳定细节 12 months ago
layout 更新 docs 中的引入资源 12 months ago
laypage 新增 laypage countText 选项 (#1444) 12 months ago
laytpl 添加 latpl 应用安全提示注释 1 year ago
menu 更新 docs 中的引入资源 12 months ago
nav 更新 docs 中的引入资源 12 months ago
panel
progress
rate
slider
tab
table 完善 `table.setRowChecked()` 文档 12 months ago
timeline
transfer 修复部分文档和模块注释中的错别字 12 months ago
tree 更新 `customName` 属性文档介绍 1 year ago
treeTable 增加 treeTable 对 ie8 的兼容方案说明 1 year ago
upload 优化 `layer` 和 `upload` 文档 1 year ago
util 优化 util 模块文档 (#1435) 12 months ago
README.md 更新 docs 入口链接 1 year ago
base.md 修正 `layui.config()` 的示例代码 1 year ago
favicon.ico
index.md 更新 docs 中的引入资源 12 months ago
modules.md
versions.md docs: 添加 v2.9.2-rc.2 更新日志 11 months ago

README.md

Docs

文档预览

目录规范

文档的目录与文件命名,需与组件的命名对应。子目录可自由发挥,但一般可参考以下规则:

  • index.md 组件主文件
  • detail/ 组件详情文件。一般在主文件内容过大时,可将内容碎片放置在该目录中,主文件只需引用即可。
  • examples/ 组件示例文件。

当创建新的组件文档时,可复制 .layui/ 目录中放置好的文档模板,并填充对应的内容。

书写规范

文档采用 HTML+Markdown+laytpl 混合编写。 其中:

  • HTML 标签与 Markdown 混用时,必须换两行隔开
  • laytpl 标签语法可直接遵循 Layui 中的 laytpl 组件规则
  • 若需开启文档的右侧目录,可在对应锚点元素上添加 lay-toc="{}" 属性即可,具体可参考其他组件中的内容