
A plugin for Tailwind CSS v3.2+ that provides utilities for Radix UI.
The Tailwind CSS Radix UI Primitives plugin is a powerful tool for developers looking to enhance their projects with efficient state management and styling capabilities. Designed for Tailwind CSS v3.2 and above, this plugin seamlessly integrates Radix UI's data attributes and CSS variable utilities into your Tailwind configuration. By simplifying the implementation of Radix's data attributes and providing a streamlined approach to creating responsive utilities, this plugin can significantly speed up your development process and improve code maintainability.
Developers can easily tap into the power of Radix UI through this plugin, allowing for a more intuitive design experience that leverages built-in state variation. With handy features that optimize workflows and enhance the design capabilities of Tailwind CSS, this plugin stands as a must-have for anyone dedicated to building modern web applications.
Data Attributes Support: Utilizes native data-attributes from Radix UI allowing for more straightforward state management in your Tailwind projects.
CSS Variable Generation: Automatically generates Radix UI's CSS variable utilities, simplifying the task of managing layout and design systems.
IntelliSense Integration: Provides IntelliSense support when using Radix's state variants, making it easier to write and understand your CSS.
Customizable Theme Configuration: Allows you to inject data attributes and styles directly into your Tailwind config, enabling a highly customizable theming experience.
Responsive Utility Creation: Facilitates the creation of responsive utilities such as w-radix-accordion-content-height to manage component behavior dynamically.
Comprehensive Documentation: Supplies clear and concise documentation that outlines class selectors and their corresponding data attributes for quick reference.
Built for Tailwind CSS v3.2+: Ensures compatibility with the latest features of Tailwind CSS, taking full advantage of the framework’s capabilities.

Tailwind CSS is a utility-first CSS framework that provides pre-defined classes for building responsive and customizable user interfaces.
Radix Primitives is a low-level UI component library with a focus on accessibility, customization and developer experience. You can use these components either as the base layer of your design system, or adopt them incrementally.
ESLint is a linter for JavaScript that analyzes code to detect and report on potential problems and errors, as well as enforce consistent code style and best practices, helping developers to write cleaner, more maintainable code.
PostCSS is a popular open-source tool that enables web developers to transform CSS styles with JavaScript plugins. It allows for efficient processing of CSS styles, from applying vendor prefixes to improving browser compatibility, ultimately resulting in cleaner, faster, and more maintainable code.
TypeScript is a superset of JavaScript, providing optional static typing, classes, interfaces, and other features that help developers write more maintainable and scalable code. TypeScript's static typing system can catch errors at compile-time, making it easier to build and maintain large applications.