Edgecom Theme
edgecom/themeFreeTheme
Edgecom Energy design tokens (light + dark), Tailwind theme mappings, and the cn() utility. Installed automatically as a dependency of every Edgecom component.
Install it
npx shadcn@latest add https://design.edgecom.ai/r/theme.jsonSource
1import { clsx, type ClassValue } from "clsx"2import { twMerge } from "tailwind-merge"34export function cn(...inputs: ClassValue[]) {5 return twMerge(clsx(inputs))6}
What it pulls in
npm packages
