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>

Comments

Leave a Reply

Your email address will not be published. Required fields are marked *