office-ui-fabric-react
Version:
Reusable React components for building experiences for Office 365.
4 lines (3 loc) • 593 B
Markdown
- Don’t use paragraphs, long sentences, or special formatting in a MessageBar. The control tries to grow to accommodate all the text and will just result in pushing the user’s main content too low on the view.
- Don’t use buttons when a subtler link will suffice. Reserve the usage of button for when the MessageBar has a single ”hero” action that has vital usefulness to the user at that particular moment. Using more than one button is discouraged.
- Don't overuse message bars, or load a page with multiple message bars because each MessageBar is read out loud by screen readers.