📄️ Beta
When launching a product into beta, it is important we inform users. It indicates that the feature is not yet fully developed and may contain bugs or other issues that could impact its functionality.
📄️ Empty States
Empty states should show when there is no available data to display. We use them to first inform of nonexistent data and then guide our users to take action.
📄️ Forms
A form is a collection of inputs that are thoughtfully constructed to enable users to input and select information effectively.
📄️ Information tips
We use information tips when a label, field, or value could benefit from additional explanation.
📄️ Loading states
Loading states are a good opportunity to set expectations of users in your product. They can be used as a communication device to reduce uncertainty for the user by explaining what’s happening or preparing them for what’s coming up next.
📄️ Sort Ordering
Our employee lists are sorted alphabetically by the employee's full name, which includes their first and last names. The sorting algorithm used is case-insensitive, meaning that uppercase and lowercase letters are treated as equal for sorting purposes.