English
fs-divider
About 101 wordsLess than 1 minute
2025-04-28
Used to display dividers and grouped hint content.
Parameters
| Property | Type | Default | Optional Values | Description |
|---|---|---|---|---|
| tip | String | '' | - | Hint text shown in the divider |
| color | String | '' | - | Color |
Example Code
<view>
<fs-page title="divider">
<view class="page">
<fs-divider></fs-divider>
<fs-divider tip="Basic Style"></fs-divider>
<fs-divider tip="Basic Style" color="#ff8000"></fs-divider>
<fs-divider tip="Basic Style" color="#0C6CFF"></fs-divider>
<fs-divider tip="Basic Style" color="#FF3F3F"></fs-divider>
<fs-divider tip="Basic Style" color="#30C776"></fs-divider>
</view>
</fs-page>
</view>{
"usingComponents": {
"fs-divider": "ava-ui/fxui/Divider/Divider"
}
}