1.0.2 • Published 2 years ago

@rbxts/catppuccin v1.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

Example:

import Roact from "@rbxts/roact";
import { Mocha } from "@rbxts/catppuccin";
import { Players } from "@rbxts/services";
Roact.mount(
	<screengui>
		<textlabel
			Size={UDim2.fromScale(0.1, 0.1)}
			BackgroundColor3={Mocha.Base}
			TextColor3={Mocha.Text}
			Text={"My Catppuccin UI!"}
		></textlabel>
	</screengui>,
	Players.LocalPlayer.WaitForChild("PlayerGui"),
);
1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago