Symbol
A Symbol
is a static image component mainly used to add visual context and branding to an interface.
Summary
Properties
View all inherited from BaseComponent
View all inherited from ImageLabel
Methods
View all inherited from ImageLabel
Events
View all inherited from ImageLabel
Types
type SymbolProperties = ImageLabel & {
Style: ("Primary" | "Secondary")?,
}
type Symbol = BaseComponent & Components & SymbolProperties