Naming-convention
Colours
{% hint style="success" %}
Alert
{% endhint %}
{% hint style="danger" %}
Warning
{% endhint %}
Size and Spacing
We use T-shirt convention
{% hint style="success" %}
SMLXLXXLXXXLXXXXLSMLXL2XL3XL4XL{% endhint %}
{% hint style="danger" %}
SMMDLGXL{% endhint %}
Boolean props
{% hint style="success" %}
is[whatever]has[whatever]{% endhint %}
{% hint style="danger" %}
with[whatever]Because in React, the prefixwithis used for HoCuse[whatever]Because in React, the prefixuseis used for hooks {% endhint %}