English
fs-divider
About 125 wordsLess than 1 minute
Introduction
The divider component is used to separate groups of content. It supports features such as custom color, height, text content, and custom styles.
Usage
Import locally by configuring it in the index.json of the page or component that needs it.
"usingComponents": {
"fs-divider": "ava-ui/fxui/Divider/Divider"
}Code Demo
API
Parameters
| Parameter | Description | Type | Optional Values | Default | |---------- |-------- |---------- |------------- |-------- |-------- | | tip | Divider text | string | — | "." | | color | Color value | string | — | "" | | lineHeight | Divider thickness | number | 0.5 / 1 | 0.5 | | extStyle | Custom style | string | — | "" |
Events
| Name | Parameter | Description |
|---|
