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/introducing-catalyst/index.mdx
+6-5Lines changed: 6 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ import video from './catalyst-switch.mp4'
5
5
6
6
exportconst meta = {
7
7
title: "Introducing Catalyst: A modern UI kit for React",
8
-
description: `We just released Catalyst v0.1.0, our first fully-componentized, batteries-included application UI kit for React.`,
8
+
description: `We just released the first development preview of Catalyst, our new fully-componentized, batteries-included application UI kit for React.`,
9
9
date: '2023-12-20T20:00:00.000Z',
10
10
authors: [adamwathan],
11
11
image: card,
@@ -14,19 +14,20 @@ export const meta = {
14
14
15
15
{/*excerpt*/}
16
16
17
-
Today's the day — we just released Catalyst v0.1.0, our first fully-componentized, batteries-included application UI kit for React, just in time for your holiday hacking sessions.
17
+
Today's the day — we just published the first development preview of Catalyst, our first fully-componentized, batteries-included application UI kit for React, just in time for your holiday hacking sessions.
18
18
19
19
{/*/excerpt*/}
20
20
21
-
**Today's the day** — we just hit the deploy button on [Catalyst v0.1.0](https://tailwindui.com/templates/catalyst), just in time for your holiday hacking sessions.
21
+
Today's the day — we just published the first development preview of [Catalyst](https://tailwindui.com/templates/catalyst), just in time for your holiday hacking sessions.
22
22
23
-

23
+

24
24
25
25
**Catalyst is our first fully-componentized, batteries-included application UI kit** — real React components with thoughtfully designed APIs that build on each other to create a real component architecture, the same way we'd do it in a real application.
26
26
27
27
Check out the [live demo](https://catalyst.tailwindui.com), read the [documentation](https://catalyst.tailwindui.com/docs), and if you're a Tailwind UI All-Access customer, [download it](https://tailwindui.com/templates/catalyst/download) and try it out in a new project today.
28
28
29
-
Catalyst v0.1.0 is a development preview and there's a lot more to come, but we're releasing it today so you can play with it right away as we continue to build new components and find ways to make it an even better experience.
29
+
**Catalyst is currently in development preview** and there's a lot more to come, but we're releasing it today so you can play with it right away as we continue to build new components and find ways to make it an even better experience.
0 commit comments