补充部分组件描述

This commit is contained in:
就眠儀式
2022-02-06 03:19:24 +08:00
parent a74c559fdd
commit 6e568f2d2f
94 changed files with 352 additions and 259 deletions

View File

@@ -1,6 +1,12 @@
::: anchor
:::
::: title 基本介绍
:::
::: describe 在实用价值的前提之下,我们并没有内置过多花俏的动画。
:::
::: title 基础使用
:::

View File

@@ -1,6 +1,12 @@
::: anchor
:::
::: title 基本介绍
:::
::: describe 按钮用于开始一个即时操作。
:::
::: title 基础使用
:::
@@ -206,7 +212,7 @@ export default {
::: title 按钮容器
:::
::: demo 使用 `lay-button-container` 标签, 创建一个按钮容器
::: demo 尽管按钮在同节点并排时会自动拉开间距,但在按钮太多的情况,效果并不是很美好。因为你需要用到按钮容器
<template>
<lay-button-container>

View File

@@ -1,6 +1,12 @@
::: anchor
:::
::: title 基本介绍
:::
::: describe 视觉疲劳的形成往往是由于颜色过于丰富或过于单一形成的麻木感。
:::
::: title 主色调
:::

View File

@@ -1,6 +1,12 @@
::: anchor
:::
::: title 基本介绍
:::
::: describe 栅格化系统是基于行row和列col来定义区块的外部框架以保证页面的元素能够稳健地排布起来。
:::
::: title 基础使用
:::

View File

@@ -1,6 +1,12 @@
::: anchor
:::
::: title 基本介绍
:::
::: describe 语义化的矢量图形。使用图标组件,你需要安装 `@layui/icons-vue` 图标组件包
:::
::: title 基础使用
:::

View File

@@ -1,6 +1,12 @@
::: anchor
:::
::: title 基本介绍
:::
::: describe 通过鼠标或键盘输入内容,是最基础的表单域的包装。
:::
::: title 基础使用
:::

View File

@@ -1,6 +1,12 @@
::: anchor
:::
::: title 基本介绍
:::
::: describe 既可编织出绚丽的前台页面,又可满足繁杂的管理系统界面需求。
:::
::: title 基础使用
:::

View File

@@ -1,10 +1,15 @@
::: anchor
:::
::: title 基本介绍
:::
::: describe 在需要等待加载内容的位置提供一个占位图形组合。
:::
::: title 基础使用
:::
::: demo 使用 `lay-skeleton` 标签, 创建骨架屏
<template>

View File

@@ -4,7 +4,6 @@
::: title 基础使用
:::
::: demo
<template>

View File

@@ -1,6 +1,12 @@
::: anchor
:::
::: title 基本介绍
:::
::: describe 开关选择器, 需要表示开关状态/两种状态之间的切换时。
:::
::: title 基础使用
:::

View File

@@ -1,6 +1,12 @@
::: anchor
:::
::: title 基本介绍
:::
::: describe 将时间抽象到二维平面,垂直呈现一段从过去到现在的故事。
:::
::: title 基础使用
:::

View File

@@ -4,13 +4,11 @@
```
npm install @layui/layui-vue --save
```
:::describe 或
:::
```
yarn add @layui/layui-vue --save
```
:::describe 或
:::
```
pnpm install @layui/layui-vue --save
```