@rbxts/catppuccin-roact
TypeScript icon, indicating that this package has built-in type declarations

1.0.1 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i @rbxts/catppuccin-roact

Weekly Downloads

0

Version

1.0.1

License

MIT

Unpacked Size

7.24 kB

Total Files

4

Last publish

Collaborators

  • scripting_otaku