How to configure and generate radius tokens
Open Coreframe and click the Radius tab. The generator has two sections: Primitive and Component. On the Primitive tab you’ll find nine default radius steps based on the Tailwind scale:
Each row shows the name, label, pixel value, and a live preview square so you can see the curvature at a glance. You can edit the name, label, or pixel value of any step inline, or click Add Custom Radius to insert a new step. Click Map Semantic Radius to advance to the Component tab.
On the Component tab you’ll see pre-built mappings from named roles to a specific primitive step. These cover buttons, inputs, textareas, selects, checkboxes, cards, modals, dropdowns, tooltips, badges, chips, avatars, progress bars, and more. Pro users can edit any mapping via the dropdown in each row, or add entirely new component radius tokens.
Click Generate Radius Token to write all variables to Figma.
How components bind to radius variables
When Coreframe generates your component library, each component’s corner radius is bound to the corresponding component radius variable rather than a hard-coded pixel value. Updatingradius-button from rounded-md (4 px) to rounded-lg (6 px) in the plugin and regenerating automatically rounds the corners of every button instance in your Figma file. The same alias chain applies in code export, so your CSS border-radius values reflect the token rather than the raw pixel number.