ButtonRadius
Overview
ButtonRadius
defines the available border-radius settings for buttons, enabling consistent styling throughout the application.
Attributes
0rem
type: literal = '0rem'
No border radius; sharp corners.
0.25rem
type: literal = '0.25rem'
Small border radius for slightly rounded corners.
0.375rem
type: literal = '0.375rem'
Medium border radius for moderately rounded corners.
0.75rem
type: literal = '0.75rem'
Large border radius for highly rounded corners.
9999px
type: literal = '9999px'
Fully rounded, circular corners.