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.
layui/docs
贤心 f3d68a4e86
release: v2.9.18
1 month ago
..
.layui 优化 docs 子文档的引用路径 2 years ago
anim
auxiliar
badge
button 更新 button 按钮主题示例 1 year ago
carousel 修正 carousel 文档中的 `autoplay` 属性可选值 1 year ago
class 更新 docs 中的引入资源 1 year ago
code 完善 code 文档中属性说明 1 year ago
color color 文档优化 2 years ago
colorpicker 更正 colorpicker 文档说明 1 year ago
dropdown docs(dropdown): 优化 onClickOutside 回调的文档描述 1 month ago
fixbar 更新 docs 中的引入资源 1 year ago
flow docs(flow): 增加 moreText 选项的版本标识 6 months ago
form docs(form-select): 更新文档 (#2176) 3 months ago
icon 优化 icon 文档中复制功能细节 1 year ago
laydate docs: 更新外部资源 CDN URL 2 months ago
layer fix(layer): 改进 maxWidth 和 maxHeight 的处理 (#2270) 1 month ago
layout docs: 更新外部资源 CDN URL 2 months ago
laypage 新增 laypage countText 选项 (#1444) 12 months ago
laytpl 添加 latpl 应用安全提示注释 1 year ago
menu 更新 docs 中的引入资源 1 year ago
nav feat(element): 支持指定元素渲染 (#2162) 3 months ago
panel feat(element): 支持指定元素渲染 (#2162) 3 months ago
progress feat(element): 支持指定元素渲染 (#2162) 3 months ago
rate 优化 docs 子文档的引用路径 2 years ago
slider feat(silder): 新增提示文本始终显示控制属性 (#1520) 11 months ago
tab docs: 补充文档 3 months ago
table feat(table): 优化 table.checkStatus() 方法 (#2239) 2 months ago
timeline
transfer feat(transfer): 新增 `dblclick` 选项 (#1491) 11 months ago
tree 更新 `customName` 属性文档介绍 1 year ago
treeTable docs(table): 优化文档 (#1913) 6 months ago
upload docs: 补充文档 3 months 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: 新增 JSDELIVR 资源入口 (#2141) 4 months ago
modules.md 修正 docs 模块说明的错别字 1 year ago
versions.md release: v2.9.18 1 month ago

README.md

Docs

文档预览

目录规范

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

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

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

书写规范

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

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