v17

Getting Started

Headwind UI is a styleless Angular components library.<br/> Designed to integrate with Tailwind CSS.

To get started, install Headwind UI via npm.

npm install @favian/headwind-ui

Some components of Headwind UI have a tabindex attribute for accessibility.<br/> Set outline to 0 to disable the Browser's default focus effect.

@layer components {
  [class*="headwind-"] {
    @apply outline-0;
  }
}