@rbxts/catppuccin-roact
v1.0.1
Published
Roact hooks and context for catppuccin.
Downloads
3
Readme
Catppuccin Roact
Roact hooks and context to use with the catppuccin theme.
Usage/Examples
import Roact from "@rbxts/roact";
import { useTheme } from "path-to/ThemeContext";
export default function Example() {
const theme = useTheme();
return <frame BackgroundColor3={theme.Theme.Base} Size={UDim2.fromScale(1, 1)} />;
}