Skip to content

Commit

Permalink
Add tooltip
Browse files Browse the repository at this point in the history
  • Loading branch information
guerler committed Jan 14, 2025
1 parent 8ee1493 commit 37d255d
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions client/src/components/Markdown/MarkdownEditor.vue
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,18 @@
{{ title }}
</div>
<div>
<b-form-radio-group
v-model="editor"
v-b-tooltip.hover.bottom
button-variant="outline-primary"
buttons
size="sm"
title="Editor"
:options="editorOptions" />
<slot name="buttons" />
<b-button v-b-tooltip.hover.bottom title="Help" variant="link" role="button" @click="onHelp">
<FontAwesomeIcon icon="question" />
</b-button>
<b-form-radio-group
v-model="editor"
size="sm"
button-variant="outline-primary"
:options="editorOptions"
buttons />
</div>
</div>
</div>
Expand Down

0 comments on commit 37d255d

Please sign in to comment.