@qdesignsystems/theme-ahub
v0.1.0
Published
Ahub theme for Q Design System
Readme
@qdesignsystems/theme-ahub
Ahub theme for the Q Design System. Provides CSS variables for background, foreground, brand colors, typography, and shadows that match the Ahub brand in Figma.
Usage
npm install @qdesignsystems/design-system-core @qdesignsystems/theme-ahubIn your app entry (e.g. main.tsx or index.tsx):
import '@qdesignsystems/design-system-core/styles.css';
import '@qdesignsystems/theme-ahub/styles.css';Use local shadcn/ui components as usual. The Ahub theme is applied via CSS variables (e.g. --background, --primary, --text-h1-size, etc.).
