Skip to content

Commit 91b4149

Browse files
committed
add description back in
1 parent 1620eca commit 91b4149

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

kolibri/plugins/style_guide/assets/src/views/shell/component-docs.vue

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,12 @@
22

33
<div>
44

5-
<strong>Import</strong>
6-
<p><code>{{ importString }}</code></p>
5+
<p>Import using: <code>{{ importString }}</code></p>
6+
7+
<p v-if="api.description">{{ api.description }}</p>
78

89
<p v-if="api.props.length">
9-
<strong>Props</strong>
10+
Props:
1011
<table>
1112
<tr>
1213
<th>Name</th>
@@ -31,7 +32,7 @@
3132
</p>
3233

3334
<p v-if="api.events.length">
34-
<strong>Events</strong>
35+
Events:
3536
<table>
3637
<tr>
3738
<th>Name</th>
@@ -45,7 +46,7 @@
4546
</p>
4647

4748
<p v-if="api.slots.length">
48-
<strong>Slots</strong>
49+
Slots:
4950
<table>
5051
<tr>
5152
<th>Name</th>

0 commit comments

Comments
 (0)