Lightning Design System - Salesforce 的企业级 UI 组件库


BSD
跨平台
JavaScript

软件简介

Lightning Design System 是在 Salesforce 生态系统中用于创建统一 UI 的设计模式,组件和指南的集合,是一个企业级的产品。

文件目录

ui/
└── components/
    └── data-tables/
        ├── _doc.scss
        ├── _doc.mdx
        └── advanced/
            └── example.jsx
            └── _index.scss

快速开始

  1. Clone 项目 git clone https://github.com/salesforce-ux/design-system.git

  2. 在 design-system 根目录运行 npm install

  3. 运行 npm start 以启动 Previewer

  4. 查看 http://localhost:3003/local/preview

Previewer