Coming from Orbiter, you should be aware of the following changes:
retryCount
has been removed.onClick
has been renamed toonPress
to be closer to the React Aria API.
An avatar is used to represent a user, team or another entity.
An avatar can display a local image.
An avatar can fetch a remote image.
A fallback image can be set in case the src
fails to load.
When an image fails to load, a default image will be displayed.
When the fallback image fails to load, a default image will be displayed.
If no fallback image is provided and the image fails to load, the initials will be displayed instead.
An anonymous avatar can be displayed.
A deleted avatar can be displayed.
A broken avatar can be displayed.
An avatar can be displayed in different sizes.
An avatar can be disabled.
An avatar can be pressed, which will trigger an action when pressed.
Using a custom hook to retry loading the image up to 5 times with a 250ms delay.
An avatar group can be used to display multiple avatars.
When there are too many avatars, a counter will be displayed.
An avatar group can be displayed in different sizes.
An avatar group can have pressable avatars, which will trigger an action when pressed.
An avatar group can be limited to a maximum number of avatars.
The src of the image to display if the image fails to load. If set to null, the initials will be displayed instead.
Props to add to the img element when src is provided.
Whether or not the avatar is disabled.
The name of the Avatar. This will be used for the alt text of the image or the initials if no image is provided.
The size of the avatar.
The src of the image to display. If not provided, the initials will be displayed instead.
Sets the background-color
property.
If you want to use a token value from the SCALE, use the backgroundColor
property instead.
This property is marked as UNSAFE because you're opting out of the intended values of the design system.
Sets the background-color
property when active.
If you want to use a token value from the SCALE, use the backgroundColorActive
property instead.
This property is marked as UNSAFE because you're opting out of the intended values of the design system.
Sets the background-color
property when focused.
If you want to use a token value from the SCALE, use the backgroundColorFocus
property instead.
This property is marked as UNSAFE because you're opting out of the intended values of the design system.
Sets the background-color
property when hovered.
If you want to use a token value from the SCALE, use the backgroundColorHover
property instead.
This property is marked as UNSAFE because you're opting out of the intended values of the design system.
Sets the border
property.
If you want to use a token value from the SCALE, use the border
property instead.
This property is marked as UNSAFE because you're opting out of the intended values of the design system.
Sets the border
property when active.
If you want to use a token value from the SCALE, use the borderActive
property instead.
This property is marked as UNSAFE because you're opting out of the intended values of the design system.
Sets the border-bottom
property.
If you want to use a token value from the SCALE, use the borderBottom
property instead.
This property is marked as UNSAFE because you're opting out of the intended values of the design system.
Sets the border-bottom
property when active.
If you want to use a token value from the SCALE, use the borderBottomActive
property instead.
This property is marked as UNSAFE because you're opting out of the intended values of the design system.
Sets the border-bottom
property when focused.
If you want to use a token value from the SCALE, use the borderBottomFocus
property instead.
This property is marked as UNSAFE because you're opting out of the intended values of the design system.
Sets the border-bottom
property when hovered.
If you want to use a token value from the SCALE, use the borderBottomHover
property instead.
This property is marked as UNSAFE because you're opting out of the intended values of the design system.
Sets the border-bottom-left-radius
property.
If you want to use a token value from the SCALE, use the borderBottomLeftRadius
property instead.
This property is marked as UNSAFE because you're opting out of the intended values of the design system.
Sets the border-bottom-right-radius
property.
If you want to use a token value from the SCALE, use the borderBottomRightRadius
property instead.
This property is marked as UNSAFE because you're opting out of the intended values of the design system.
Sets the border
property when focused.
If you want to use a token value from the SCALE, use the borderFocus
property instead.
This property is marked as UNSAFE because you're opting out of the intended values of the design system.
Sets the border
property when hovered.
If you want to use a token value from the SCALE, use the borderHover
property instead.
This property is marked as UNSAFE because you're opting out of the intended values of the design system.
Sets the border-left
property.
If you want to use a token value from the SCALE, use the borderLeft
property instead.
This property is marked as UNSAFE because you're opting out of the intended values of the design system.
Sets the border-left
property when active.
If you want to use a token value from the SCALE, use the borderLeftActive
property instead.
This property is marked as UNSAFE because you're opting out of the intended values of the design system.
Sets the border-left
property when focused.
If you want to use a token value from the SCALE, use the borderLeftFocus
property instead.
This property is marked as UNSAFE because you're opting out of the intended values of the design system.
Sets the border-left
property when hovered.
If you want to use a token value from the SCALE, use the borderLeftHover
property instead.
This property is marked as UNSAFE because you're opting out of the intended values of the design system.
Sets the border-radius
property.
If you want to use a token value from the SCALE, use the borderRadius
property instead.
This property is marked as UNSAFE because you're opting out of the intended values of the design system.
Sets the border-right
property.
If you want to use a token value from the SCALE, use the borderRight
property instead.
This property is marked as UNSAFE because you're opting out of the intended values of the design system.
Sets the border-right
property when active.
If you want to use a token value from the SCALE, use the borderRightActive
property instead.
This property is marked as UNSAFE because you're opting out of the intended values of the design system.
Sets the border-right
property when focused.
If you want to use a token value from the SCALE, use the borderRightFocus
property instead.
This property is marked as UNSAFE because you're opting out of the intended values of the design system.
Sets the border-right
property when hovered.
If you want to use a token value from the SCALE, use the borderRightHover
property instead.
This property is marked as UNSAFE because you're opting out of the intended values of the design system.
Sets the border-top
property.
If you want to use a token value from the SCALE, use the borderTop
property instead.
This property is marked as UNSAFE because you're opting out of the intended values of the design system.
Sets the border-top
property when active.
If you want to use a token value from the SCALE, use the borderTopActive
property instead.
This property is marked as UNSAFE because you're opting out of the intended values of the design system.
Sets the border-top
property when focused.
If you want to use a token value from the SCALE, use the borderTopFocus
property instead.
This property is marked as UNSAFE because you're opting out of the intended values of the design system.
Sets the border-top
property when hovered.
If you want to use a token value from the SCALE, use the borderTopHover
property instead.
This property is marked as UNSAFE because you're opting out of the intended values of the design system.
Sets the border-top-left-radius
property.
If you want to use a token value from the SCALE, use the borderTopLeftRadius
property instead.
This property is marked as UNSAFE because you're opting out of the intended values of the design system.
Sets the border-top-right-radius
property.
If you want to use a token value from the SCALE, use the borderTopRightRadius
property instead.
This property is marked as UNSAFE because you're opting out of the intended values of the design system.
Sets the box-shadow
property.
If you want to use a token value from the SCALE, use the boxShadow
property instead.
This property is marked as UNSAFE because you're opting out of the intended values of the design system.
Sets the box-shadow
property when active.
If you want to use a token value from the SCALE, use the boxShadowActive
property instead.
This property is marked as UNSAFE because you're opting out of the intended values of the design system.
Sets the box-shadow
property when focused.
If you want to use a token value from the SCALE, use the boxShadowFocus
property instead.
This property is marked as UNSAFE because you're opting out of the intended values of the design system.
Sets the box-shadow
property when hovered.
If you want to use a token value from the SCALE, use the boxShadowHover
property instead.
This property is marked as UNSAFE because you're opting out of the intended values of the design system.
Sets the color
property.
If you want to use a token value from the SCALE, use the color
property instead.
This property is marked as UNSAFE because you're opting out of the intended values of the design system.
Sets the color
property when active.
If you want to use a token value from the SCALE, use the colorActive
property instead.
This property is marked as UNSAFE because you're opting out of the intended values of the design system.
Sets the color
property when focused.
If you want to use a token value from the SCALE, use the colorFocus
property instead.
This property is marked as UNSAFE because you're opting out of the intended values of the design system.
Sets the color
property when hovered.
If you want to use a token value from the SCALE, use the colorHover
property instead.
This property is marked as UNSAFE because you're opting out of the intended values of the design system.
Sets the column-gap
property.
If you want to use a token value from the SCALE, use the columnGap
property instead.
This property is marked as UNSAFE because you're opting out of the intended values of the design system.
Sets the fill
property.
If you want to use a token value from the SCALE, use the fill
property instead.
This property is marked as UNSAFE because you're opting out of the intended values of the design system.
Sets the fill
property when focused.
If you want to use a token value from the SCALE, use the fillFocus
property instead.
This property is marked as UNSAFE because you're opting out of the intended values of the design system.
Sets the fill
property when hovered.
If you want to use a token value from the SCALE, use the fillHover
property instead.
This property is marked as UNSAFE because you're opting out of the intended values of the design system.
Sets the font-family
property.
If you want to use a token value from the SCALE, use the fontFamily
property instead.
This property is marked as UNSAFE because you're opting out of the intended values of the design system.
Sets the font-size
property.
If you want to use a token value from the SCALE, use the fontSize
property instead.
This property is marked as UNSAFE because you're opting out of the intended values of the design system.
Sets the font-weight
property.
If you want to use a token value from the SCALE, use the fontWeight
property instead.
This property is marked as UNSAFE because you're opting out of the intended values of the design system.
Sets the gap
property.
If you want to use a token value from the SCALE, use the gap
property instead.
This property is marked as UNSAFE because you're opting out of the intended values of the design system.
Sets the grid-auto-columns
property.
If you want to use a token value from the SCALE, use the gridAutoColumns
property instead.
This property is marked as UNSAFE because you're opting out of the intended values of the design system.
Sets the grid-auto-rows
property.
If you want to use a token value from the SCALE, use the gridAutoRows
property instead.
This property is marked as UNSAFE because you're opting out of the intended values of the design system.
Sets the grid-column-span
property.
If you want to use a token value from the SCALE, use the gridColumnSpan
property instead.
This property is marked as UNSAFE because you're opting out of the intended values of the design system.
Sets the grid-row-span
property.
If you want to use a token value from the SCALE, use the gridRowSpan
property instead.
This property is marked as UNSAFE because you're opting out of the intended values of the design system.
Sets the grid-template-columns
property.
If you want to use a token value from the SCALE, use the gridTemplateColumns
property instead.
This property is marked as UNSAFE because you're opting out of the intended values of the design system.
Sets the grid-template-rows
property.
If you want to use a token value from the SCALE, use the gridTemplateRows
property instead.
This property is marked as UNSAFE because you're opting out of the intended values of the design system.
Sets the height
property.
If you want to use a token value from the SCALE, use the height
property instead.
This property is marked as UNSAFE because you're opting out of the intended values of the design system.
Sets the line-height
property.
If you want to use a token value from the SCALE, use the lineHeight
property instead.
This property is marked as UNSAFE because you're opting out of the intended values of the design system.
Sets the margin
property.
If you want to use a token value from the SCALE, use the margin
property instead.
This property is marked as UNSAFE because you're opting out of the intended values of the design system.
Sets the margin-bottom
property.
If you want to use a token value from the SCALE, use the marginBottom
property instead.
This property is marked as UNSAFE because you're opting out of the intended values of the design system.
Sets the margin-left
property.
If you want to use a token value from the SCALE, use the marginLeft
property instead.
This property is marked as UNSAFE because you're opting out of the intended values of the design system.
Sets the margin-right
property.
If you want to use a token value from the SCALE, use the marginRight
property instead.
This property is marked as UNSAFE because you're opting out of the intended values of the design system.
Sets the margin-top
property.
If you want to use a token value from the SCALE, use the marginTop
property instead.
This property is marked as UNSAFE because you're opting out of the intended values of the design system.
Sets the horizontal margin (margin-left
and margin-right
) property.
If you want to use a token value from the SCALE, use the marginX
property instead.
This property is marked as UNSAFE because you're opting out of the intended values of the design system.
Sets the vertical margin (margin-top
and margin-bottom
) property.
If you want to use a token value from the SCALE, use the marginY
property instead.
This property is marked as UNSAFE because you're opting out of the intended values of the design system.
Sets the max-height
property.
If you want to use a token value from the SCALE, use the maxHeight
property instead.
This property is marked as UNSAFE because you're opting out of the intended values of the design system.
Sets the max-width
property.
If you want to use a token value from the SCALE, use the maxWidth
property instead.
This property is marked as UNSAFE because you're opting out of the intended values of the design system.
Sets the min-height
property.
If you want to use a token value from the SCALE, use the minHeight
property instead.
This property is marked as UNSAFE because you're opting out of the intended values of the design system.
Sets the min-width
property.
If you want to use a token value from the SCALE, use the minWidth
property instead.
This property is marked as UNSAFE because you're opting out of the intended values of the design system.
Sets the padding
property.
If you want to use a token value from the SCALE, use the padding
property instead.
This property is marked as UNSAFE because you're opting out of the intended values of the design system.
Sets the padding-bottom
property.
If you want to use a token value from the SCALE, use the paddingBottom
property instead.
This property is marked as UNSAFE because you're opting out of the intended values of the design system.
Sets the padding-left
property.
If you want to use a token value from the SCALE, use the paddingLeft
property instead.
This property is marked as UNSAFE because you're opting out of the intended values of the design system.
Sets the padding-right
property.
If you want to use a token value from the SCALE, use the paddingRight
property instead.
This property is marked as UNSAFE because you're opting out of the intended values of the design system.
Sets the padding-top
property.
If you want to use a token value from the SCALE, use the paddingTop
property instead.
This property is marked as UNSAFE because you're opting out of the intended values of the design system.
Sets the horizontal padding (padding-left
and padding-right
) property.
If you want to use a token value from the SCALE, use the paddingX
property instead.
This property is marked as UNSAFE because you're opting out of the intended values of the design system.
Sets the vertical padding (padding-top
and padding-bottom
) property.
If you want to use a token value from the SCALE, use the paddingY
property instead.
This property is marked as UNSAFE because you're opting out of the intended values of the design system.
Sets the row-gap
property.
If you want to use a token value from the SCALE, use the rowGap
property instead.
This property is marked as UNSAFE because you're opting out of the intended values of the design system.
Sets the stroke
property.
If you want to use a token value from the SCALE, use the stroke
property instead.
This property is marked as UNSAFE because you're opting out of the intended values of the design system.
Sets the width
property.
If you want to use a token value from the SCALE, use the width
property instead.
This property is marked as UNSAFE because you're opting out of the intended values of the design system.
The CSS className for the element. A function may be provided to compute the class based on component state.
The inline style for the element. A function may be provided to compute the style based on component state.
Called when the avatar is pressed
A slot name for the component. Slots allow the component to receive props from a parent component.
An explicit null
value indicates that the local props completely override all props received from a parent.
Defines a string value that labels the current element.
Identifies the element (or elements) that labels the current element.
Identifies the element (or elements) that describes the object.
Identifies the element (or elements) that provide a detailed, extended description for the object.
The size of the avatar.
The maximum number of avatars to show before showing the overflow indicator.
Whether or not to wrap the avatars.
Whether or not to reverse the order of the avatars.
The alignment of the avatars within the AvatarGroup.
The content of the AvatarGroup.
The inline style for the element.
The CSS className for the element.
Sets the background-color
property.
If you want to use a token value from the SCALE, use the backgroundColor
property instead.
This property is marked as UNSAFE because you're opting out of the intended values of the design system.
Sets the background-color
property when active.
If you want to use a token value from the SCALE, use the backgroundColorActive
property instead.
This property is marked as UNSAFE because you're opting out of the intended values of the design system.
Sets the background-color
property when focused.
If you want to use a token value from the SCALE, use the backgroundColorFocus
property instead.
This property is marked as UNSAFE because you're opting out of the intended values of the design system.
Sets the background-color
property when hovered.
If you want to use a token value from the SCALE, use the backgroundColorHover
property instead.
This property is marked as UNSAFE because you're opting out of the intended values of the design system.
Sets the border
property.
If you want to use a token value from the SCALE, use the border
property instead.
This property is marked as UNSAFE because you're opting out of the intended values of the design system.
Sets the border
property when active.
If you want to use a token value from the SCALE, use the borderActive
property instead.
This property is marked as UNSAFE because you're opting out of the intended values of the design system.
Sets the border-bottom
property.
If you want to use a token value from the SCALE, use the borderBottom
property instead.
This property is marked as UNSAFE because you're opting out of the intended values of the design system.
Sets the border-bottom
property when active.
If you want to use a token value from the SCALE, use the borderBottomActive
property instead.
This property is marked as UNSAFE because you're opting out of the intended values of the design system.
Sets the border-bottom
property when focused.
If you want to use a token value from the SCALE, use the borderBottomFocus
property instead.
This property is marked as UNSAFE because you're opting out of the intended values of the design system.
Sets the border-bottom
property when hovered.
If you want to use a token value from the SCALE, use the borderBottomHover
property instead.
This property is marked as UNSAFE because you're opting out of the intended values of the design system.
Sets the border-bottom-left-radius
property.
If you want to use a token value from the SCALE, use the borderBottomLeftRadius
property instead.
This property is marked as UNSAFE because you're opting out of the intended values of the design system.
Sets the border-bottom-right-radius
property.
If you want to use a token value from the SCALE, use the borderBottomRightRadius
property instead.
This property is marked as UNSAFE because you're opting out of the intended values of the design system.
Sets the border
property when focused.
If you want to use a token value from the SCALE, use the borderFocus
property instead.
This property is marked as UNSAFE because you're opting out of the intended values of the design system.
Sets the border
property when hovered.
If you want to use a token value from the SCALE, use the borderHover
property instead.
This property is marked as UNSAFE because you're opting out of the intended values of the design system.
Sets the border-left
property.
If you want to use a token value from the SCALE, use the borderLeft
property instead.
This property is marked as UNSAFE because you're opting out of the intended values of the design system.
Sets the border-left
property when active.
If you want to use a token value from the SCALE, use the borderLeftActive
property instead.
This property is marked as UNSAFE because you're opting out of the intended values of the design system.
Sets the border-left
property when focused.
If you want to use a token value from the SCALE, use the borderLeftFocus
property instead.
This property is marked as UNSAFE because you're opting out of the intended values of the design system.
Sets the border-left
property when hovered.
If you want to use a token value from the SCALE, use the borderLeftHover
property instead.
This property is marked as UNSAFE because you're opting out of the intended values of the design system.
Sets the border-radius
property.
If you want to use a token value from the SCALE, use the borderRadius
property instead.
This property is marked as UNSAFE because you're opting out of the intended values of the design system.
Sets the border-right
property.
If you want to use a token value from the SCALE, use the borderRight
property instead.
This property is marked as UNSAFE because you're opting out of the intended values of the design system.
Sets the border-right
property when active.
If you want to use a token value from the SCALE, use the borderRightActive
property instead.
This property is marked as UNSAFE because you're opting out of the intended values of the design system.
Sets the border-right
property when focused.
If you want to use a token value from the SCALE, use the borderRightFocus
property instead.
This property is marked as UNSAFE because you're opting out of the intended values of the design system.
Sets the border-right
property when hovered.
If you want to use a token value from the SCALE, use the borderRightHover
property instead.
This property is marked as UNSAFE because you're opting out of the intended values of the design system.
Sets the border-top
property.
If you want to use a token value from the SCALE, use the borderTop
property instead.
This property is marked as UNSAFE because you're opting out of the intended values of the design system.
Sets the border-top
property when active.
If you want to use a token value from the SCALE, use the borderTopActive
property instead.
This property is marked as UNSAFE because you're opting out of the intended values of the design system.
Sets the border-top
property when focused.
If you want to use a token value from the SCALE, use the borderTopFocus
property instead.
This property is marked as UNSAFE because you're opting out of the intended values of the design system.
Sets the border-top
property when hovered.
If you want to use a token value from the SCALE, use the borderTopHover
property instead.
This property is marked as UNSAFE because you're opting out of the intended values of the design system.
Sets the border-top-left-radius
property.
If you want to use a token value from the SCALE, use the borderTopLeftRadius
property instead.
This property is marked as UNSAFE because you're opting out of the intended values of the design system.
Sets the border-top-right-radius
property.
If you want to use a token value from the SCALE, use the borderTopRightRadius
property instead.
This property is marked as UNSAFE because you're opting out of the intended values of the design system.
Sets the box-shadow
property.
If you want to use a token value from the SCALE, use the boxShadow
property instead.
This property is marked as UNSAFE because you're opting out of the intended values of the design system.
Sets the box-shadow
property when active.
If you want to use a token value from the SCALE, use the boxShadowActive
property instead.
This property is marked as UNSAFE because you're opting out of the intended values of the design system.
Sets the box-shadow
property when focused.
If you want to use a token value from the SCALE, use the boxShadowFocus
property instead.
This property is marked as UNSAFE because you're opting out of the intended values of the design system.
Sets the box-shadow
property when hovered.
If you want to use a token value from the SCALE, use the boxShadowHover
property instead.
This property is marked as UNSAFE because you're opting out of the intended values of the design system.
Sets the color
property.
If you want to use a token value from the SCALE, use the color
property instead.
This property is marked as UNSAFE because you're opting out of the intended values of the design system.
Sets the color
property when active.
If you want to use a token value from the SCALE, use the colorActive
property instead.
This property is marked as UNSAFE because you're opting out of the intended values of the design system.
Sets the color
property when focused.
If you want to use a token value from the SCALE, use the colorFocus
property instead.
This property is marked as UNSAFE because you're opting out of the intended values of the design system.
Sets the color
property when hovered.
If you want to use a token value from the SCALE, use the colorHover
property instead.
This property is marked as UNSAFE because you're opting out of the intended values of the design system.
Sets the column-gap
property.
If you want to use a token value from the SCALE, use the columnGap
property instead.
This property is marked as UNSAFE because you're opting out of the intended values of the design system.
Sets the fill
property.
If you want to use a token value from the SCALE, use the fill
property instead.
This property is marked as UNSAFE because you're opting out of the intended values of the design system.
Sets the fill
property when focused.
If you want to use a token value from the SCALE, use the fillFocus
property instead.
This property is marked as UNSAFE because you're opting out of the intended values of the design system.
Sets the fill
property when hovered.
If you want to use a token value from the SCALE, use the fillHover
property instead.
This property is marked as UNSAFE because you're opting out of the intended values of the design system.
Sets the font-family
property.
If you want to use a token value from the SCALE, use the fontFamily
property instead.
This property is marked as UNSAFE because you're opting out of the intended values of the design system.
Sets the font-size
property.
If you want to use a token value from the SCALE, use the fontSize
property instead.
This property is marked as UNSAFE because you're opting out of the intended values of the design system.
Sets the font-weight
property.
If you want to use a token value from the SCALE, use the fontWeight
property instead.
This property is marked as UNSAFE because you're opting out of the intended values of the design system.
Sets the gap
property.
If you want to use a token value from the SCALE, use the gap
property instead.
This property is marked as UNSAFE because you're opting out of the intended values of the design system.
Sets the grid-auto-columns
property.
If you want to use a token value from the SCALE, use the gridAutoColumns
property instead.
This property is marked as UNSAFE because you're opting out of the intended values of the design system.
Sets the grid-auto-rows
property.
If you want to use a token value from the SCALE, use the gridAutoRows
property instead.
This property is marked as UNSAFE because you're opting out of the intended values of the design system.
Sets the grid-column-span
property.
If you want to use a token value from the SCALE, use the gridColumnSpan
property instead.
This property is marked as UNSAFE because you're opting out of the intended values of the design system.
Sets the grid-row-span
property.
If you want to use a token value from the SCALE, use the gridRowSpan
property instead.
This property is marked as UNSAFE because you're opting out of the intended values of the design system.
Sets the grid-template-columns
property.
If you want to use a token value from the SCALE, use the gridTemplateColumns
property instead.
This property is marked as UNSAFE because you're opting out of the intended values of the design system.
Sets the grid-template-rows
property.
If you want to use a token value from the SCALE, use the gridTemplateRows
property instead.
This property is marked as UNSAFE because you're opting out of the intended values of the design system.
Sets the height
property.
If you want to use a token value from the SCALE, use the height
property instead.
This property is marked as UNSAFE because you're opting out of the intended values of the design system.
Sets the line-height
property.
If you want to use a token value from the SCALE, use the lineHeight
property instead.
This property is marked as UNSAFE because you're opting out of the intended values of the design system.
Sets the margin
property.
If you want to use a token value from the SCALE, use the margin
property instead.
This property is marked as UNSAFE because you're opting out of the intended values of the design system.
Sets the margin-bottom
property.
If you want to use a token value from the SCALE, use the marginBottom
property instead.
This property is marked as UNSAFE because you're opting out of the intended values of the design system.
Sets the margin-left
property.
If you want to use a token value from the SCALE, use the marginLeft
property instead.
This property is marked as UNSAFE because you're opting out of the intended values of the design system.
Sets the margin-right
property.
If you want to use a token value from the SCALE, use the marginRight
property instead.
This property is marked as UNSAFE because you're opting out of the intended values of the design system.
Sets the margin-top
property.
If you want to use a token value from the SCALE, use the marginTop
property instead.
This property is marked as UNSAFE because you're opting out of the intended values of the design system.
Sets the horizontal margin (margin-left
and margin-right
) property.
If you want to use a token value from the SCALE, use the marginX
property instead.
This property is marked as UNSAFE because you're opting out of the intended values of the design system.
Sets the vertical margin (margin-top
and margin-bottom
) property.
If you want to use a token value from the SCALE, use the marginY
property instead.
This property is marked as UNSAFE because you're opting out of the intended values of the design system.
Sets the max-height
property.
If you want to use a token value from the SCALE, use the maxHeight
property instead.
This property is marked as UNSAFE because you're opting out of the intended values of the design system.
Sets the max-width
property.
If you want to use a token value from the SCALE, use the maxWidth
property instead.
This property is marked as UNSAFE because you're opting out of the intended values of the design system.
Sets the min-height
property.
If you want to use a token value from the SCALE, use the minHeight
property instead.
This property is marked as UNSAFE because you're opting out of the intended values of the design system.
Sets the min-width
property.
If you want to use a token value from the SCALE, use the minWidth
property instead.
This property is marked as UNSAFE because you're opting out of the intended values of the design system.
Sets the padding
property.
If you want to use a token value from the SCALE, use the padding
property instead.
This property is marked as UNSAFE because you're opting out of the intended values of the design system.
Sets the padding-bottom
property.
If you want to use a token value from the SCALE, use the paddingBottom
property instead.
This property is marked as UNSAFE because you're opting out of the intended values of the design system.
Sets the padding-left
property.
If you want to use a token value from the SCALE, use the paddingLeft
property instead.
This property is marked as UNSAFE because you're opting out of the intended values of the design system.
Sets the padding-right
property.
If you want to use a token value from the SCALE, use the paddingRight
property instead.
This property is marked as UNSAFE because you're opting out of the intended values of the design system.
Sets the padding-top
property.
If you want to use a token value from the SCALE, use the paddingTop
property instead.
This property is marked as UNSAFE because you're opting out of the intended values of the design system.
Sets the horizontal padding (padding-left
and padding-right
) property.
If you want to use a token value from the SCALE, use the paddingX
property instead.
This property is marked as UNSAFE because you're opting out of the intended values of the design system.
Sets the vertical padding (padding-top
and padding-bottom
) property.
If you want to use a token value from the SCALE, use the paddingY
property instead.
This property is marked as UNSAFE because you're opting out of the intended values of the design system.
Sets the row-gap
property.
If you want to use a token value from the SCALE, use the rowGap
property instead.
This property is marked as UNSAFE because you're opting out of the intended values of the design system.
Sets the stroke
property.
If you want to use a token value from the SCALE, use the stroke
property instead.
This property is marked as UNSAFE because you're opting out of the intended values of the design system.
Sets the width
property.
If you want to use a token value from the SCALE, use the width
property instead.
This property is marked as UNSAFE because you're opting out of the intended values of the design system.
A slot name for the component. Slots allow the component to receive props from a parent component.
An explicit null
value indicates that the local props completely override all props received from a parent.
The element's unique identifier. See MDN.
Defines a string value that labels the current element.
Identifies the element (or elements) that labels the current element.
Identifies the element (or elements) that describes the object.
Identifies the element (or elements) that provide a detailed, extended description for the object.
Coming from Orbiter, you should be aware of the following changes:
retryCount
has been removed.onClick
has been renamed to onPress
to be closer to the React Aria API.