> For the complete documentation index, see [llms.txt](https://developers-apps-in-toss.toss.im/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://developers-apps-in-toss.toss.im/landing-page/landing-page-zh/design/components.md).

# Toss 设计系统（TDS）

### TDS 优点

* 可以为用户提供一致的产品体验。
* 设计师可以更专注于解决问题，而不是 UI 实现。
* 开发者的开发速度可比直接手工制作自定义 UI 快 3～5 倍。

![](https://static.toss.im/3d-common/tds-kv-text-hero.png)

***

### 使用 TDS 时的注意事项

要安全、正确地使用 TDS，请先确认以下内容。

#### 许可说明

{% hint style="info" %}
使用此 UI Kit 时，包含其中的 [许可条款](https://developers-apps-in-toss.toss.im/design/prepare/figma-ui-license)即视为同意。
{% endhint %}

1. **知识产权：** Toss 通过 Appintoss 服务提供的所有资料的权利，包括知识产权在内，均归 Toss 所有。合作伙伴只能在使用 Appintoss 服务的范围内使用这些资料。
2. **使用权限范围：** Toss 允许使用 TDS，仅是为提供 Appintoss 服务而授予的有限权限。无法获得超出此范围的成果物或额外权利。
3. **遵守义务及违规时的措施：** 合作伙伴必须遵守本指南及相关法律法规。若违反，Toss 可中止提供 Appintoss 服务或采取其他必要措施。

***

### 组件列表

介绍 Appintoss 中最常使用的 11 个核心 TDS 组件。点击各组件可详细查看使用方法和应用示例。

<table data-view="cards"><thead><tr><th align="center"></th><th data-hidden data-card-cover data-type="image">封面图</th></tr></thead><tbody><tr><td align="center"><a href="https://tossmini-docs.toss.im/tds-mobile/components/badge/">徽章</a></td><td><a href="/files/fe560d7ff7495e2e29ddccfb8600a527f3a3bf0c">/files/fe560d7ff7495e2e29ddccfb8600a527f3a3bf0c</a></td></tr><tr><td align="center"><a href="https://tossmini-docs.toss.im/tds-mobile/components/border/">边框</a></td><td><a href="/files/b915e90f94b49b83b0cdd4fb942abe49a71e170c">/files/b915e90f94b49b83b0cdd4fb942abe49a71e170c</a></td></tr><tr><td align="center"><a href="https://tossmini-docs.toss.im/tds-mobile/components/BottomCTA/check-first/">底部 CTA</a></td><td><a href="/files/cee056fa98c24ffd27a36d3a32c20a11694bfc91">/files/cee056fa98c24ffd27a36d3a32c20a11694bfc91</a></td></tr><tr><td align="center"><a href="https://tossmini-docs.toss.im/tds-mobile/components/button/">按钮</a></td><td><a href="/files/280b5d044e4dd71e54f893a2d1a3819c20f1b5ec">/files/280b5d044e4dd71e54f893a2d1a3819c20f1b5ec</a></td></tr><tr><td align="center"><a href="https://tossmini-docs.toss.im/tds-mobile/components/Asset/check-first/">素材</a></td><td><a href="/files/98f3e831dd354a7498431ba8cec10d457d816aeb">/files/98f3e831dd354a7498431ba8cec10d457d816aeb</a></td></tr><tr><td align="center"><a href="https://tossmini-docs.toss.im/tds-mobile/components/ListRow/list-row-overview/">列表项</a></td><td><a href="/files/ab1d9e428e5f5505daffb5dcc739e263f46fda1d">/files/ab1d9e428e5f5505daffb5dcc739e263f46fda1d</a></td></tr><tr><td align="center"><a href="https://tossmini-docs.toss.im/tds-mobile/components/list-header/">列表标题</a></td><td><a href="/files/36e868633be208d1fe3114887ca1ef9dfde8e586">/files/36e868633be208d1fe3114887ca1ef9dfde8e586</a></td></tr><tr><td align="center">导航</td><td><a href="/files/5eb38efdb85c34729f60ffdeb5ab22a33a54439e">/files/5eb38efdb85c34729f60ffdeb5ab22a33a54439e</a></td></tr><tr><td align="center"><a href="https://tossmini-docs.toss.im/tds-mobile/components/paragraph/">段落</a></td><td><a href="/files/5640722a372dd54d7d30428df5585610c53324e6">/files/5640722a372dd54d7d30428df5585610c53324e6</a></td></tr><tr><td align="center"><a href="https://tossmini-docs.toss.im/tds-mobile/components/tab/">选项卡</a></td><td><a href="/files/5d284dcd5bc868a52d05e8de0e2509ad3ec6715b">/files/5d284dcd5bc868a52d05e8de0e2509ad3ec6715b</a></td></tr><tr><td align="center"><a href="https://tossmini-docs.toss.im/tds-mobile/components/top/">顶部</a></td><td><a href="/files/605ff55e2151266395bf4ddb231ce07df4013b93">/files/605ff55e2151266395bf4ddb231ce07df4013b93</a></td></tr></tbody></table>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://developers-apps-in-toss.toss.im/landing-page/landing-page-zh/design/components.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
