Text
Renders styled text. Use thevariant prop to control the visual style.
string
required
The text to display.
'default' | 'muted' | 'bold' | 'heading'
default:"default"
"heading" — large and bold, for titles. "bold" — semibold emphasis.
"muted" — smaller and dimmed, for descriptions. "default" — normal text.Practical Example
UseText to show the current state of a storage value, or as labels and descriptions in your settings panel:
Image
Displays an image from a URL. Handles loading states automatically.string
required
Image source. Supports
http(s) URLs and extension-local files from
public/ (for example: /assets/icon.png).string
Alt text for accessibility.
number
Width in pixels.
number
Height in pixels.