Welcome Component ๐น โ
Introduction โ
The Welcome
component can clearly communicate to users the scope of achievable intentions and expected functionality. Using appropriate welcome recommendation components can effectively reduce user learning costs and help users quickly understand and get started smoothly.
Code Examples โ
Basic Usage โ
Welcome to Element Plus X ๐ฆ
Welcome to Element Plus X ๐
This is description information ~
Welcome to Element Plus X ๐
This is description information ~
Welcome to Element Plus X ๐
Subtitle
This is description information ~
Style Variants โ
Welcome to Element Plus X ๐ฆ
Welcome to Element Plus X ๐
This is description information ~
Welcome to Element Plus X ๐
This is description information ~
Welcome to Element Plus X ๐
Subtitle
This is description information ~
Background Color โ
Switch layout:
Welcome to Element Plus X ๐ฆ
Welcome to Element Plus X ๐
This is description information ~
Welcome to Element Plus X ๐
This is description information ~
Welcome to Element Plus X ๐
Subtitle
This is description information ~
Welcome to Element Plus X ๐ฆ
Welcome to Element Plus X ๐
This is description information ~
Welcome to Element Plus X ๐
This is description information ~
Welcome to Element Plus X ๐
Subtitle
This is description information ~
Custom Image โ

Welcome to Element Plus X ๐
A Vue 3 recreation of ant-design-x. Later will integrate AI workflow orchestration components and multi-functional md rendering components, providing the Vue development community with a useful AI component library
Custom Subtitle โ
Welcome to Element Plus X ๐
A Vue 3 recreation of ant-design-x. Later will integrate AI workflow orchestration components and multi-functional md rendering components, providing the Vue development community with a useful AI component library
Properties โ
Property Name | Type | Required | Default | Description |
---|---|---|---|---|
variant | string | No | filled | Component style variant (filled/borderless) |
direction | string | No | ltr | Text direction (ltr/rtl) |
icon | string | No | - | Icon URL address |
title | string | No | - | Main title text content |
extra | string | No | - | Subtitle text content |
description | string | No | - | Description text content |
className | string | No | - | Custom class name for outer container |
rootClassName | string | No | - | Custom class name for root node |
classNames | object | No | - | Custom class names for each part ({ icon, title, extra, description }) |
style | object | No | - | Custom styles for outer container |
styles | object | No | - | Custom styles for each part ({ icon, title, extra, description }) |
prefixCls | string | No | welcome | Component class name prefix |
Slots โ
Slot Name | Parameters | Type | Description |
---|---|---|---|
#image | - | Slot | Custom welcome image content |
#extra | - | Slot | Custom subtitle content |
Features โ
- Currently supports
filled
(filled) andborderless
(borderless) two visual styles through thevariant
property - Supports
direction
property to control text direction - Can control styles through
classNames
andstyles
with fine granularity - Supports
image
andextra
slots to extend custom content