Skip to content

Support

Need help using AxisUI? Start with the FAQ, ask the community, or reach out directly.

Use the Angular CLI: ng add @axisui-ng/angular installs everything and wires up Tailwind v4 + tokens. For a surgical install, add only the category packages you need, e.g. npm i @axisui-ng/buttons @axisui-ng/forms. See Getting started.

Angular 20+. Components are standalone, signals-based, OnPush, and zoneless-ready — they work in both zoneless and Zone.js apps.

AxisUI is themed with Tailwind v4 @theme tokens in OKLCH — colors, radius, spacing, motion, and elevation. You get density scales, industry presets, and a light/dark cascade from CSS custom properties. ng add imports the tokens for you.

Yes. Components are SSR-safe — no top-level window/document/localStorage; browser-only work is guarded with afterNextRender() / isPlatformBrowser().

Yes — WCAG 2.2 AA, with jest-axe on every component in CI. See the accessibility story.

I’m coming from Angular Material / PrimeNG — how do I migrate?

Section titled “I’m coming from Angular Material / PrimeNG — how do I migrate?”

Import AxisUI components directly (they’re standalone) and swap markup incrementally. The components docs list each component’s inputs, outputs, and usage.

Questions, ideas, and show-and-tell live on GitHub Discussions:

Found a bug instead? Report an issue →

For anything you’d rather not ask in public — commercial/licensing questions or private support — email kishanhadiyal009@gmail.com.