70+ Enterprise Web Components.
Zero Framework Lock-in.
Built with Lit 3.x. Healthcare-first accessibility (WCAG AAA target). Works in React, Vue, Angular, Svelte, Astro, Drupal, and vanilla JS.
Every element you need, ready to deploy.
9 categories. 70+ components. Production-tested. Designed to support WCAG 2.1 AA guidelines.
Form Controls
text-input, textarea, checkbox, radio-group, select, combobox, toggle, slider, number-input, date-picker, time-picker, file-upload, field, field-label
Navigation
nav, top-nav, side-nav, breadcrumb, pagination, menu, dropdown, overflow-menu
Feedback
alert, toast, status-indicator, progress-bar, progress-ring, spinner, steps
Data Display
card, carousel, data-table, list, structured-list, tree-view, skeleton, code-snippet
Containers
container, grid, stack, split-panel
Modals & Overlays
dialog, drawer, popover, popup, tooltip
Actions
button, button-group, split-button, copy-button, action-bar
Decorative
avatar, badge, tag, divider, icon, image, link, text, prose, visually-hidden
Specialized
accordion, tabs, color-picker, format-date, help-text, meter, rating, theme
Built for production. Designed for scale.
Healthcare-First Accessibility
Designed to support WCAG 2.1 AA guidelines, targeting AAA. 4-level a11y testing strategy. Built with accessibility as a core principle for healthcare environments.
Regulatory timelines are subject to change. Consult legal counsel for current compliance requirements.
Design Token System
W3C DTCG compliant. 3-tier token architecture: primitives → semantic → component. Light, dark, and high-contrast modes. Under 50KB gzip total.
Drupal-Optimized
Zero framework coupling. Drupal-friendly component APIs with complete Twig examples for every component. Drop in without refactoring your CMS.
Enterprise TypeScript
Strict mode throughout. 100% JSDoc coverage. CEM-driven API docs. Auto-generated Storybook stories from your component manifest.
Framework Agnostic
Works in React, Vue, Angular, Svelte, Astro, and vanilla JS. Web standards only — no proprietary APIs, no vendor lock-in, no bundler magic.
Up and running in 60 seconds.
# npm
npm install @helixui/library @helixui/tokens
# pnpm
pnpm add @helixui/library @helixui/tokens
# yarn
yarn add @helixui/library @helixui/tokens <!-- Import tokens -->
<link rel="stylesheet" href="@helixui/tokens/css" />
<!-- Import a component -->
<script type="module">
import '@helixui/library/components/hx-button';
</script>
<!-- Use it anywhere -->
<hx-button variant="primary">
Get Started
</hx-button> Start building with HELiXui.
Open source. Enterprise grade. Built for healthcare, government, and the teams who can't afford to cut corners.