Tag
Tag renders short text over a background image or color. Use it for badges, status labels, content metadata, and compact visual markers.
Key Fields
text: tag label.backgroundUri: background image URI.backgroundColor: background color or blend value.
Example
Tag({
text: 'NEW',
backgroundColor: '#E1251B',
});
For long text or full typography control, use Label directly.