NES-design
入门 / Getting Started
安装 / Install
贡献 / Contributing
信息 / Information
列表 / List
头像 / Avatar
容器 / Container
徽章 / Badge
文本 / Text
反馈 / Feedback
对话框 / Modal
气泡 / Balloon
评分 / Rate
图标 / Icon
人物 / character
通用 / Common
数据 / Data
表格 / Table
进度条 / Progress
表单 / Form
单选框 / Radio
复选框 / Checkbox
按钮 / Button
输入框 / Input
选择器 / Select
Rate
Npm
0.1.1-beta.1
@nes-design/List
View source
Use and Import
import List from 'nes-design/es/List'; OR import { List } from 'nes-design';
Copy
Case
disc
This
This is disc
This is disc List
Code Expand
Circle
This
This is circle
This is circle List
Code Expand
Props
Prop / 参数
Description / 描述
Type / 类型
Default / 默认值
type
list type / 列表的类型
'disc' | 'circle'
disc
children
list ul > li children / 列表
HTMLLIElement[]
-