Appearance
Component A
This is a simple Hello Word component with a prop and use icon from a font file.
Example Usage
You may show demo below with the code snippet.
vue
<template>
<div class="p-5 bg-red-300">
<el-button type="primary">primary</el-button>
<el-button type="success">success</el-button>
<el-button type="warning">warning</el-button>
<el-button type="danger">danger</el-button>
</div>
</template>
Reference
You may show props, slots, events, methods, etc. using Markdown.
Properties
Name | Type | Default | Description |
---|---|---|---|
msg | string | null | Messge to show |
Events
Name | Parameters | Description |
---|---|---|
Slots
Name | Parameters | Description |
---|---|---|