Lightning Design System 是在 Salesforce 生态系统中用于创建统一 UI 的设计模式,组件和指南的集合,是一个企业级的产品。
文件目录
ui/ └── components/ └── data-tables/ ├── _doc.scss ├── _doc.mdx └── advanced/ └── example.jsx └── _index.scss
快速开始
Clone 项目 git clone https://github.com/salesforce-ux/design-system.git
git clone https://github.com/salesforce-ux/design-system.git
在 design-system 根目录运行 npm install
npm install
运行 npm start 以启动 Previewer
npm start
查看 http://localhost:3003/local/preview
Previewer