An open API service indexing awesome lists of open source software.

https://github.com/halvaradop/tailwindcss-utilities

Tailwind CSS Extended Utilities Plugin
https://github.com/halvaradop/tailwindcss-utilities

tailwindcss tailwindcss-plugin typescript utilities-library utility-first

Last synced: 6 months ago
JSON representation

Tailwind CSS Extended Utilities Plugin

Awesome Lists containing this project

README

          

# @halvaradop/tailwindcss-utilities

Open source TailwindCSS utilities offering a series of tools and plugins to enhance development with TailwindCSS.

## Installation

To install one of the plugins or tools, use the prefix `@halvaradop/tailwindcss`. To check the available packages, [see here](https://github.com/halvaradop/tailwindcss-utilities/tree/master/packages). Execute one of the following commands:

```bash
npm install -D @halvaradop/tailwindcss-utilities
# or
pnpm add -D @halvaradop/tailwindcss-utilities
```

### Packages Available

| Package | Description |
| ---------------------------------- | -------------------------------------------------------------------------- |
| @halvaradop/tailwindcss-core | Configurations and utilities used by the @halvaradop/tailwindcss ecosystem |
| @halvaradop/tailwindcss-utilities | Set of classes to customize elements |
| @halvaradop/tailwindcss-animations | Set of classes to add animations |
| @halvaradop/tailwindcss-merge | Function to merge provided classes |

## Contributing

We welcome contributions to `@halvaradop/tailwindcss` ecosystem! If you have an idea for a new type or find an improvement to an existing one, please feel free to open an issue or create a pull request. We offer a guide on how to contribute to the project and the necessary steps to do so. Here's how you can contribute, Read our [Contributing Guidelines](https://github.com/halvaradop/.github/blob/master/.github/CONTRIBUTING.md).

## Code of Conduct

This project has a code of conduct, and we expect all contributors to follow these guidelines in their interactions. For more information, please read our [Code of Conduct](https://github.com/halvaradop/.github/blob/master/.github/CODE_OF_CONDUCT.md).