# ember-headlessui

[![ember-headlessui Actions Status](https://github.com/GavinJoyce/ember-headlessui/workflows/CI/badge.svg)](https://github.com/GavinJoyce/ember-headlessui/actions)

This is a work-in-progress implementation of:

- https://github.com/tailwindlabs/headlessui

A set of completely unstyled, fully accessible UI components for Ember.js, designed to integrate beautifully with Tailwind CSS.

![ember-headlessui](https://user-images.githubusercontent.com/2526/110099076-ce070680-7d98-11eb-932b-afc075fc7b62.gif)

## Installation

```
ember install ember-headlessui
```

## Usage

See the [component examples](test-app/app/templates) for usage samples.

## Local Development

This is a pnpm monorepo. To run locally:

```bash
# Install dependencies
pnpm install

# Run the development server (http://localhost:4200)
pnpm dev

# Run tests
pnpm test

# Linting
pnpm lint
pnpm lint:fix
```

## Contributing

See the [Contributing](CONTRIBUTING.md) guide for details.

## License

This project is licensed under the [MIT License](LICENSE.md).
