You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 14, 2022. It is now read-only.
Copy file name to clipboardExpand all lines: src/pages/headless-ui-v1/index.mdx
+44-44Lines changed: 44 additions & 44 deletions
Original file line number
Diff line number
Diff line change
@@ -24,7 +24,7 @@ Today we’re super excited to release [Headless UI v1.0](https://headlessui.dev
24
24
<!--more-->
25
25
26
26
<ahref="https://headlessui.dev">
27
-
<imgsrc={card}alt="" />
27
+
<imgsrc={card}alt="Headless UI" />
28
28
</a>
29
29
30
30
## What’s new
@@ -36,11 +36,11 @@ We’ve added four new components to the React library, and five new components
36
36
Headless UI now includes a robust dialog implementation you can use to build traditional modal dialogs, mobile slide-out menus, or any other take-over-style UI that needs to capture the focus of the entire page.
We’ve added a new `Disclosure` component that makes it easy to show/hide inline content accessibly. This is useful for things like collapsible FAQ questions, “show more” interfaces, or even hamburger menus that open up and push the rest of the page content away.
68
+
We’ve added a new `Disclosure` component that makes it easy to show/hide inline content accessibly. This is useful for things like collapsible FAQ questions, "show more" interfaces, or even hamburger menus that open up and push the rest of the page content away.
69
69
70
70
```html
71
71
<template>
@@ -82,11 +82,11 @@ We’ve added a new `Disclosure` component that makes it easy to show/hide inlin
@@ -95,32 +95,32 @@ We’ve added a new `Disclosure` component that makes it easy to show/hide inlin
95
95
There’s now a `RadioGroup` component that you can use to build totally custom radio button UIs, like when you want to use fancy cards or something instead of a simple little radio circle.
0 commit comments