Menu

Notifications

Sometimes we need to inform the user along the way. This might be confirmation dialogues to cheer them along, or an error message to let them know they almost broke something.

Error, Success and other user messaging

Hey, we need to tell you something.

Sweet sauce! You did it. Doesn't that feel good?

Whoops. You did something terribly wrong. You should probably fix it.

<p class="user-message">Hey, we need to tell you something.</p>
<p class="user-message success">Sweet sauce! You did it. Doesn't that feel good?</p>
<p class="user-message error">Whoops. You did something terribly wrong. You should probably fix it.</p>