r

react

A set of completely unstyled, fully accessible UI components for React, designed to integrate beautifully with Tailwind CSS.
https://github.com/tailwindlabs/headlessui#readme
MIT
headlessui react
thecrypticace reinink adamwathan malfaitrobin
文件下载
文件名 操作
react-1.7.18.jar 下载
react-1.7.18.pom 下载
react-1.7.18-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.mvnpm.at.headlessui</groupId>
  <artifactId>react</artifactId>
  <version>1.7.18</version>
</dependency>
Gradle Groovy
implementation 'org.mvnpm.at.headlessui:react:1.7.18'
Gradle Kotlin
implementation("org.mvnpm.at.headlessui:react:1.7.18")
Scala SBT
libraryDependencies += "org.mvnpm.at.headlessui" % "react" % "1.7.18"
Groovy Grape
@Grapes(
  @Grab(group='org.mvnpm.at.headlessui', module='react', version='1.7.18')
)
Apache Ivy
<dependency org="org.mvnpm.at.headlessui" name="react" rev="1.7.18" />
Leiningen
[org.mvnpm.at.headlessui/react "1.7.18"]
Apache Buildr
'org.mvnpm.at.headlessui:react:jar:1.7.18'