Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sircfenner/StudioComponents

React implementations of Roblox Studio components.
https://github.com/sircfenner/StudioComponents

luau react-lua roblox

Last synced: about 1 month ago
JSON representation

React implementations of Roblox Studio components.

Awesome Lists containing this project

README

        

# StudioComponents

## [Read the documentation here!](https://sircfenner.github.io/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](https://github.com/jsdotlua/react-lua), Roblox's translation
of upstream ReactJS 17.x into Luau.

## Installation

### Wally

Add `studiocomponents` to your `wally.toml`:

```toml
studiocomponents = "sircfenner/[email protected]"
```

### NPM & yarn

Add `studiocomponents` to your dependencies:

```bash
npm install @sircfenner/studiocomponents
```

```bash
yarn add @sircfenner/studiocomponents
```

Run `npmluau`.

## License

This project is available under the MIT license. See [LICENSE](LICENSE) for details.