MVN

org.mvnpm.at.headlessui : react

Maven & Gradle

Feb 18, 2024
24.9k stars

headlessui react · A set of completely unstyled, fully accessible UI components for React, designed to integrate beautifully with Tailwind CSS.

<dependency>
    <groupId>org.mvnpm.at.headlessui</groupId>
    <artifactId>react</artifactId>
    <version>1.7.18</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.mvnpm.at.headlessui : react to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.7.18

All Versions

Choose a version of org.mvnpm.at.headlessui : react to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.7.x
react-1.7.18

How to add a dependency to Maven

Add the following org.mvnpm.at.headlessui : react maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.mvnpm.at.headlessui</groupId>
    <artifactId>react</artifactId>
    <version>1.7.18</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.mvnpm.at.headlessui : react gradle dependency to your build.gradle file:

implementation 'org.mvnpm.at.headlessui:react:1.7.18'

Gradle Kotlin DSL: Add the following org.mvnpm.at.headlessui : react gradle kotlin dependency to your build.gradle.kts file:

implementation("org.mvnpm.at.headlessui:react:1.7.18")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.mvnpm.at.headlessui : react sbt scala dependency to your build.sbt file:

libraryDependencies += "org.mvnpm.at.headlessui" % "react" % "1.7.18"

Advertisement