Skip to content
This repository was archived by the owner on Feb 14, 2025. It is now read-only.

Commit 75a16d3

Browse files
committed
chore: block titles
1 parent 36c0c52 commit 75a16d3

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/advanced/enable-disable-kbar.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ const { disabled } = storeToRefs(useStore());
99

1010
We might want to disable our kbar temporarily (or permanently) sometimes. Here's an example
1111

12-
::: tip
12+
::: tip Live demo
1313

1414
<p style="display: flex; align-items: center;">
1515
<label for="disabled">Try to disable kbar</label>

docs/advanced/nested-actions.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Nested actions
22

3-
::: tip
3+
::: tip Live demo
44
Open kbar on this page and search "theme", "light" or "dark" to have a try!
55
:::
66

docs/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ title: Introduction
66

77
@bytebase/vue-kbar is an extensible command+k interface for Vue 3 applications. Inspired by [timc1/kbar](https://github.com/timc1/kbar).
88

9-
::: tip
9+
::: tip Live demo
1010
Press <kbd>cmd</kbd>+<kbd>k</kbd> (macOS) or <kbd>ctrl</kbd>+<kbd>k</kbd> (Linux / Windows) to try it out!
1111
:::
1212

0 commit comments

Comments
 (0)