Forest Logo
search
package_2

supercorner-fusion03

By @cameronpcampbell

Roblox

Mirrored

Supercorner Fusion 0.3

A Fusion 0.3 wrapper for Supercorner.

Installation

Add to your wally.toml:

[dependencies]
supercorner-fusion03 = "cameronpcampbell/supercorner-fusion03@{version}"

Usage

local Fusion = require(path.to.Fusion)
local Supercorner = require(path.to.SupercornerFusion03)

local Scoped = Fusion.scoped
local Scope = Scoped(Fusion)

local CornerRadiusState = Scope:Value(24)

Supercorner(Scope, {
    CornerRadius = CornerRadiusState,
    CornerSmoothing = 0.6,
    BackgroundColor3 = Color3.new(1, 1, 1),
    Size = UDim2.fromOffset(200, 200),
})

Fallback Behavior

If Supercorner fails to create (e.g. the editable memory budget is exhausted), the component automatically falls back to a standard UICorner.

Package Details

Install command (Click to copy)


Version

0.1.1

License

MIT

check_circle

Safe for commercial use

Automated license review — not legal advice.