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
Copy file name to clipboardExpand all lines: src/pages/blog/catalyst-v0-1-0/index.mdx
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -59,11 +59,11 @@ _Some sort of image showcasing the visual style_
59
59
60
60
_Some image showing the stuff I mentioned above_
61
61
62
-
**To be timeless**, we tried to strike the right balance between flat and skeumorphic design, with just enough depth cues that our components will look great even if the trends change a bit in either direction.
62
+
**To be timeless**, we tried to strike the right balance between flat and skeuomorphic design, with just enough depth cues that our components will look great even if the trends change a bit in either direction.
63
63
64
64
_Something showing off button design probably_
65
65
66
-
We also took inspiration from the browser, and used unopionated blue focus rings to avoid picking a treatment that might soon look out of fashion.
66
+
We also took inspiration from the browser, and used unopinionated blue focus rings to avoid picking a treatment that might soon look out of fashion.
67
67
68
68
_Something showing off focus rings_
69
69
@@ -174,7 +174,7 @@ We just published Headless UI v2.0.0-alpha.1, which includes a ton of new stuff:
174
174
-**Headless checkbox component** — we've added a headless `Checkbox` component to complement our existing `RadioGroup` component, making it easy to build totally custom checkbox controls.
175
175
-**HTML form components** — we've added `Input`, `Select`, `Textarea`, `Label`, `Description`, `Fieldset`, and `Legend` components that handle all of the ID generation and `aria-*` attribute mapping you need to do to connect form fields together.
176
176
-**Improved hover and focus-visible detection** — using hooks from the awesome [React Aria](https://react-spectrum.adobe.com/react-aria/hooks.html) library under the hood, Headless UI now adds smarter `data-hover` and `data-focus` attributes to your controls that behave more consistently across different devices than the native pseudo-classes.
177
-
-**Combobox list virtualization** — the next version of Headless UI can now handle giant lists of comobox options with no performance issues.
177
+
-**Combobox list virtualization** — the next version of Headless UI can now handle giant lists of combobox options with no performance issues.
178
178
179
179
...with plenty of other improvements to come, including a date picker, tooltips, and more.
0 commit comments