Αποτελέσματα Αναζήτησης
A set of completely unstyled, fully accessible UI components for React, designed to integrate beautifully with Tailwind CSS.. Latest version: 2.1.8, last published: 9 days ago. Start using @headlessui/react in your project by running `npm i @headlessui/react`.
Completely unstyled, fully accessible UI components, designed to integrate beautifully with Tailwind CSS. What is your refund policy? If you're unhappy with your purchase, we'll refund you in full. Got it, thanks!
npm install @headlessui/react Basic example. Disclosures are built using the Disclosure, DisclosureButton, and DisclosurePanel components. The button will automatically open/close the panel when clicked, and all components will receive the appropriate aria-* related attributes like aria-expanded and aria-controls.
npm install @headlessui/react Basic example. Buttons are built using the Button component: import {Button} from '@headlessui/react' function Example {return (< Button className = " rounded bg-sky-600 py-2 px-4 text-sm text-white data-[hover]:bg-sky-500 data-[active]:bg-sky-700 " > Save changes </ Button >)}
npm install @headlessui/react Basic example. Menus are built using the Menu, MenuButton, MenuItems, and MenuItem components:
A set of completely unstyled, fully accessible UI components for React, designed to integrate beautifully with Tailwind CSS. Important: This documentation covers Yarn 1 (Classic). For Yarn 2+ docs and migration guide, see yarnpkg.com.
4 Μαρ 2013 · Headless UI is a set of completely unstyled, fully accessible UI components for React, Vue, and Alpine.js that make it easy to build fully accessible custom UI components, without sacrificing the ability to style them from scratch with simple utility classes.
13 Μαΐ 2023 · npm install @headlessui/react. As an example I will implement the bootstrap accordion with the disclosure from Headless UI. Create a new file components/Accordion.jsx, components is a new folder in the root folder. Let's add the example from the Headless UI website:
7 Ιαν 2018 · A set of completely unstyled, fully accessible UI components for React, designed to integrate beautifully with Tailwind CSS.. Latest version: 1.7.18, last published: 5 days ago. Start using @headlessui/react in your project by running `npm i @headlessui/react`.
15 Ιουν 2023 · HeadlessUI provides a set of unstyled, fully accessible UI components that you can customise and animate according to your project's needs. In this article, we will explore how to utilise HeadlessUI to create stunning animations in React, complete with code examples.