文件名称:
material-webcomponents:在Web组件中实现的Material Design(自定义元素v1)-源码
开发工具:
文件大小: 263kb
下载次数: 0
上传时间: 2021-02-04
详细说明:材质Web组件
在Web组件(自定义元素v1)中实现的材料设计
入门
要安装Material Web Components,请运行:
npm install dannymoerkerke/material-webcomponents
然后只需在脚本中import所需的组件即可,例如:
import './node_modules/dannymoerkerke/material-webcomponents/src/material-button.js';
或将其包含在脚本标记中作为ES6模块: