Skip to content

GavinJoyce/ember-headlessui

Repository files navigation

ember-headlessui

ember-headlessui Actions Status

This is a work-in-progress implementation of:

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

ember-headlessui

Installation

ember install ember-headlessui

Usage

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:fix

Contributing

See the Contributing guide for details.

License

This project is licensed under the MIT License.