Radius
Radius tokens define one single radius, such as 4px
.
Example Token Payload
This is what the radius payload looks like:
Radius can either define symmetric radius (all box corners have the same value) in which case radius
property is used, or the radius can be defined for each box corner separately.
Associated functions
You can use the following functions to retrieve radius tokens from your design system:
@ds.tokensByType (with
"Radius"
) attribute
Last updated
Was this helpful?