Partials
Partial components are small, reusable UI building blocks designed to fit seamlessly anywhere in your interface — whether as standalone widgets or embedded inside larger components like table cells, cards, or lists. They help keep your design consistent, predictable, and easy to maintain across products.
The Status partial combines a status icon with a text label to clearly communicate state or progress.
Partial by design, Status can be reused wherever a small, clear status indicator is needed.
The Country partical shows a country flag alongside its ISO code or a custom label, providing quick recognition and context.
By using the Country component consistently, you ensure that international data is visually clear and familiar across the system.