@jadmadi/hasan-ui-preset
v0.12.4
Published
Tailwind CSS preset for hasan-ui Arabic-first design system
Downloads
619
Maintainers
Readme
@jadmadi/hasan-ui-preset
Tailwind CSS v4 preset for the hasan-ui Arabic-first design system.
Install
npm install @jadmadi/hasan-ui-preset
# or
pnpm add @jadmadi/hasan-ui-presetUsage
In your globals.css:
@import "tailwindcss";
@import "@jadmadi/hasan-ui-preset";
:root {
--radius: 0.625rem;
--background: 40 15% 97%;
--foreground: 30 7% 21%;
--primary: 28 78% 60%;
--primary-foreground: 0 0% 100%;
/* ... etc */
}What it provides
- Theme color tokens (background, foreground, card, popover, primary, secondary, muted, accent, destructive, border, input, ring)
- Radius scale (sm, md, lg, xl)
- Font family mappings for Arabic (
Noto Kufi Arabic) and Latin (Inter) - RTL utility classes (
rtl-flip)
