Skip to content

Commit

Permalink
Update examples/README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
koki-develop committed Jul 28, 2023
1 parent 5654218 commit 7faafa1
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
7 changes: 7 additions & 0 deletions examples/README.ja.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

- [基本](#基本)
- [複数選択](#複数選択)
- [事前選択](#事前選択)
- [大文字 / 小文字を区別する](#大文字--小文字を区別する)
- [キーマップ](#キーマップ)
- [ホットリロード](#ホットリロード)
Expand All @@ -21,6 +22,12 @@

![](./multiple/demo.gif)

## 事前選択

[Example](./preselect/)

![](./preselect/demo.gif)

## 大文字 / 小文字を区別する

[Example](./case-sensitive/)
Expand Down
7 changes: 7 additions & 0 deletions examples/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ English | [日本語](./README.ja.md)

- [Basic](#basic)
- [Select Multiple](#select-multiple)
- [Preselect](#preselect)
- [Case Sensitive/Insensitive](#case-sensitiveinsensitive)
- [Key Mapping](#key-mapping)
- [Hot Reload](#hot-reload)
Expand All @@ -21,6 +22,12 @@ English | [日本語](./README.ja.md)

![](./multiple/demo.gif)

## Preselect

[Example](./preselect/)

![](./preselect/demo.gif)

## Case Sensitive/Insensitive

[Example](./case-sensitive/)
Expand Down

0 comments on commit 7faafa1

Please sign in to comment.