Forest Logo
search
package_2

supercorner-react

By @cameronpcampbell

Roblox

Mirrored

Supercorner React

A React-lua wrapper for Supercorner.

Installation

Add to your wally.toml:

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

Usage

local Supercorner = require(path.to.SupercornerReact)
local React = require(path.to.React)

local function MyComponent()
    return React.createElement(Supercorner, {
        CornerRadius = 24,
        CornerSmoothing = 0.6,
        BackgroundColor3 = Color3.new(1, 1, 1),
        Size = UDim2.fromOffset(200, 200),
    })
end

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.0.5

License

MIT

check_circle

Safe for commercial use

Automated license review — not legal advice.