Skip to content

Instantly share code, notes, and snippets.

View EthanML's full-sized avatar

Ethan Lowry EthanML

  • Belfast, Northern Ireland
View GitHub Profile
@EthanML
EthanML / connect-theming.ts
Created November 2, 2023 13:47
MoneyKit Connect Custom Theming
// Import default moneyui theme from @moneykit/connect.
import MoneyKit, { moneyui, type Theme } from "@moneykit/connect";
// Theming Options:
// Option 1: By default Connect will use the standard moneyui theme. This default behavior is equivalent to:
const moneykitWithDefaultTheme = new MoneyKit({
theme: moneyui,
});