الزر
إجراء أساسي واحد لكل شاشة. أثناء التحميل يكون معطّلًا ومشغولًا ويقول ما يفعله.
الأشكال
الأحجام
الحالات
الاستخدام في Next.js
<button type="button" className="or-btn or-btn--primary">
<Icon name="save" size={16} />
Save changes
</button>
<button type="button" className="or-btn or-btn--icon or-btn--sm" aria-label="Notifications">
<Icon name="bell" size={16} />
</button>
{/* Loading: disabled and busy, the label says what is happening. */}
<button type="button" className="or-btn or-btn--primary" disabled aria-busy="true">
<Icon name="loader-circle" size={16} className="or-spin" />
Saving…
</button>