ember-headlessui
v0.14.4
Published
The default blueprint for ember-cli addons.
Keywords
Readme
ember-headlessui
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.

Installation
ember install ember-headlessuiUsage
See the component examples for usage samples.
Local Development
This is a pnpm monorepo. To run locally:
# Install dependencies
pnpm install
# Run the development server (http://localhost:4200)
pnpm dev
# Run tests
pnpm test
# Linting
pnpm lint
pnpm lint:fixContributing
See the Contributing guide for details.
License
This project is licensed under the MIT License.
