tencent cloud

Tencent Cloud Agent Development Platform

Release Notes and Announcements
Release Notes
Product Announcement
Product Introduction
Product Overview
Advantages
Use Cases
Model Introduction
Purchase Guide
Package Subscription
Previous Version
Getting Started
Agent Application and Its Three Modes
Creating a "Content Summary Assistant" in Standard Mode
Creating a “Webpage Scraping Assistant” in Single Workflow Mode
Creating a “Stand-up Comedy Content Creation Assistant” in Multi-Agent Mode
Operation Guide
Application Development
Workflow
Multi-Agent
Knowledge Base
Widget
Plugin Marketplace
Model List 
Prompt Templates
Application Templates
Platform Management
Business, Workspace and Permissions
API Documentation
History
API Category
Making API Requests
Atomic Capability APIs
Operation Optimization APIs
Document Library APIs
Q&A Database APIs
Knowledge Tag APIs
Application Management APIs
Enterprise Management APIs
Billing APIs
Release Management APIs
Dialogue Endpoint APIs
Data Statistics APIs
Data Types
Error Codes
Application API Documentation
Dialogue API Overview
Dialog API Documentation (WebSocket)
Dialog API Documentation (HTTP SSE)
Image Chat or File Chat (Real-time Document Parsing + Chat)
Offline Document Upload
Tencent Cloud Agent Development Platform Operation COS Guide
ADP Document Parsing Protocol
FAQs
Product FAQs
Technical FAQs
Related Agreements
Tencent Cloud Agent Development Platform Service Level Agreement
Tencent Cloud Agent Development Platform Service Specific Terms
Tencent Cloud Agent Development Platform Privacy Policy
Tencent Cloud Agent Development Platform Data Processing and Security Agreement
Open-Source License Statement
Lighthouse OpenClaw Connector Plugin Service Agreement
Contact Us
Glossary

Divider

PDF
Mode fokus
Ukuran font
Terakhir diperbarui: 2026-02-03 15:41:15

Component Feature

Divider is a split line component used to create visual separation between content and help make the interface hierarchy clearer.

Basic Usage

By using Divider, you can add horizontal or vertical split lines between content. Spacing is used to set the vertical spacing above and below the split line.
Template example:
<Divider />

Attribute Description

Property Name
Type
Description
Default value
color
string
dividing line color (CSS color value)
-
size
number | string
split line thickness
1
spacing
number | string
vertical spacing
-
flush
boolean
Whether to align edges (read parent container padding from CSS variable, fallback to 16px)
false

Usage Examples

The following example shows how to insert a split line between two text content and set vertical spacing to 16px.
Template example:
<Card>
<Text value="Content 1" />
<Divider spacing="16px" />
<Text value="Content 2" />
</Card>
Effect display as follows:




flush Attribute Description

When flush is true:
The split line extends automatically to the edge of the parent container.
Automatically read the padding value of the parent container.
If unable to read, use 16px by default.



Bantuan dan Dukungan

Apakah halaman ini membantu?

masukan