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.
0
vue
<template>
<SkExampleComponent msg="Example" />
</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 |
|---|---|---|