Skip to content

0zBug/CoreUI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 

Repository files navigation

Core UI

A UI Library for the Roblox CoreGui.

Documentation

Section

Creates a section from one of the tabs in the CoreGui.

<table> CoreUI.Section(<string> Section)

Title

Sets the title of the section.

<void> Section.Title(<string> Title)

Icon

Sets the icon of the section.

<void> Section.Icon(<string> Url)

Button

Creates a button in the section.

<void> Section.Button(<string> Text, <function> Callback)

Switch

Creates a switch in the section.

<void> Section.Switch(<string> Text, <boolean> Default, <function Callback)

Slider

Creates a slider in the section.

<void> Section.Slider(<string> Text, <number> Default, <number> Minimum, <number> Maximum, <function> Callback)

Divider

Creates a divider of text in the section

<void> Section.Divider(<string> Text, <string> Description)

About

A UI Library for the Roblox CoreGui

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages