We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1620eca commit 91b4149Copy full SHA for 91b4149
kolibri/plugins/style_guide/assets/src/views/shell/component-docs.vue
@@ -2,11 +2,12 @@
2
3
<div>
4
5
- <strong>Import</strong>
6
- <p><code>{{ importString }}</code></p>
+ <p>Import using: <code>{{ importString }}</code></p>
+
7
+ <p v-if="api.description">{{ api.description }}</p>
8
9
<p v-if="api.props.length">
- <strong>Props</strong>
10
+ Props:
11
<table>
12
<tr>
13
<th>Name</th>
@@ -31,7 +32,7 @@
31
32
</p>
33
34
<p v-if="api.events.length">
- <strong>Events</strong>
35
+ Events:
36
37
38
@@ -45,7 +46,7 @@
45
46
47
48
<p v-if="api.slots.length">
- <strong>Slots</strong>
49
+ Slots:
50
51
52
0 commit comments