React implementations of Roblox Studio properties.
Components are close to 1:1 with Roblox, but have a few very minor deviations.
RobloxStudioBeta_wJ9UIu11fj.mp4
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.
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 = ...,
...
})
