0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

【UI】ユーザビリティを考慮したモーダルの文言・デザイン

Last updated at Posted at 2021-04-05

下記の様なモーダルを作成する際のポイントを記載します。
image2.png

文言

メッセージは明確なものにする

悪い例

  • 警告!
  • 本当に良いですか?

良い例

  • ストレージを削除しますか?
  • アカウントを削除しますか?

選択肢はメッセージに対して、短く論理的かつ適切なものとする

悪い例

表記 意味
メッセージ 処理をキャンセルしますか? 処理を中断しても良いか
同意 OK 処理を中断する
拒否 キャンセル 処理を続行する
  • ユーザーが処理をキャンセルしたい場合、直観的に同じ表記の「キャンセル」を選択したくなる
表記 意味
メッセージ 処理をキャンセルしますか? 処理を中断しても良いか
同意 はい 処理を中断する
拒否 いいえ 処理を続行する
  • 選択後、何が起きるのか明示されていない

良い例

表記 意味
メッセージ 処理を中断しますか? 処理を中断しても良いか
同意 中断 処理を中断する
拒否 キャンセル 処理を続行する
  • メッセージと同意の表記を揃える

デザイン

破壊的アクションを考慮する

  • 「削除」「中断」等の破壊的アクションはユーザーの注意を引き付ける色を使用する
0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?