You can find some example placefiles on the github page under tests
Rbx Gui is a library I created to help developers with a few common UI components that are not currently present on the Roblox platform.
I tried to design the library around two principles:
It should attempt to integrate into standard Roblox Lua UI programming. There are no complex frameworks or big setups, this should feel familiar like using built-in UI objects.
The style of the components should be easy to change so that developers can have functionality without having to sacrafice artistic direction. You can edit the default UI objects under the Defaults ScreenGui.
Documentation for each class/constructor is in the individual module. You can also see the test place for an example of the components in use.
Currently GuiLib provides support for the following components:
This is absolutely amazing. I already use the Studio Widgets you helped developed for my personal Plugin development, and even that was a lifesaver with all the different options it gave me. The fact that this Gui Components Library is also free and available to use is the best news I’ve heard all week, because honestly I have had a ton of trouble in the past with trying to develop some of these elements (e.g. sliders are hard to make). I’ve been following the development of some of these elements on your Twitter over the last few weeks but I had no idea the plan was to release those elements to the public. Thank you so much for everything you do!