Skip to content

Commit

Permalink
InputをSearchInputに変更
Browse files Browse the repository at this point in the history
  • Loading branch information
versionfive committed Dec 11, 2024
1 parent f31188d commit 643163f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ OOUIにおける`コレクション`と、コレクションに関連するア

| 操作名 | ボタンのラベル例 | 役割・動作 |
| :--- | :--- | :--- |
| オブジェクトの検索 | `検索` | 入力ボックス([Input](/products/components/input/))と検索ボタンがセットになった検索フォームです。 |
| オブジェクトの検索 | `検索` | 入力ボックス([SearchInput](/products/components/input/#h3-4))と検索ボタンがセットになった検索フォームです。 |
| オブジェクトの絞り込み | `絞り込み` | [FilterDropdown](/products/components/dropdown/filter-dropdown/)を配置します。<br />クリックすると、テーブルのオブジェクトを絞り込むオプションをドロップダウンで表示します。 |
| オブジェクト(一覧)のダウンロード | `ダウンロード`, `全件ダウンロード` | [Secondaryボタンのアイコン付き(左)](/products/components/button/#h3-1)を配置します。(<FaCloudDownloadAltIcon alt="ダウンロード" /> アイコン(`FaCloudDownloadAltIcon`)を使用)<br />オブジェクトの絞り込み状態に依存せず、オブジェクトの全件が常にダウンロードされる場合は、ラベルを`全件ダウンロード`とします。 |
| テーブルのページ数、ページ番号 | `9,999 件中 1-5 件` | 多くの場合、「`{総件数}` 件中 `{表示している順番の範囲}` 件」のように、現在表示しているテーブル内容の現在位置を示します。<br />1ページあたり20件〜50件とすることが多いですが、ユースケースや表示速度を考慮して適切な件数を設定します。<br />コンテンツの横幅に応じて、表示する内容の量を検討してください。 |
Expand Down

0 comments on commit 643163f

Please sign in to comment.