Skip to content

Latest commit

 

History

History
42 lines (27 loc) · 1022 Bytes

README.md

File metadata and controls

42 lines (27 loc) · 1022 Bytes

StudioComponents

A collection of React implementations of Roblox Studio components such as Checkboxes, Buttons, and Dropdowns. This is intended for building plugins for Roblox Studio.

An example Dropdown

This project is built for react-lua, Roblox's translation of upstream ReactJS 17.x into Luau.

Installation

Wally

Add studiocomponents to your wally.toml:

studiocomponents = "sircfenner/[email protected]"

NPM & yarn

Add studiocomponents to your dependencies:

npm install @sircfenner/studiocomponents
yarn add @sircfenner/studiocomponents

Run npmluau.

License

This project is available under the MIT license. See LICENSE for details.