Skip to content

EgoMoose/rbx-react-studio-properties

Repository files navigation

rbx-react-studio-properties

Get it on Github Get it on Wally

React implementations of Roblox Studio properties.

Components are close to 1:1 with Roblox, but have a few very minor deviations.

AfnxIljnJD RobloxStudioBeta_TSfCA7Qtig

RobloxStudioBeta_wJ9UIu11fj.mp4

Studio Components

This package is heavily inspired by StudioComponents and actually uses it internally for a number of components. It is highly recommended for best visual continuity to use this package alongside that one.

Plugin Context

In order for the color picker widget to appear when using the Color3 property component you will need to provide plugin context:

return React.createElement(StudioProperties.PluginContext.Provider, {
	value = plugin,
}, {
	Component1 = ...,
	Component2 = ...,
	...
})

About

React implementations of Roblox Studio properties.

Resources

License

Stars

Watchers

Forks

Contributors

Languages