Similar to UI State (which only has active or inactive), UI Condition can be anything to describe the condition of an object.
Example
To denote that an article entry does not have content, we add the class ui-cond__entry--blank
which translates to “the UI condition of entry is blank”.
<div class="ui-cond__entry–blank"> … </div>
Leave a Reply