1.0.1 • Published 2 years ago

@rbxts/catppuccin-roact v1.0.1

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

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)} />;
}