@@ -11,7 +11,7 @@ Today, we're excited to announce the long-awaited release of Chakra UI v3. The
11
11
feedback for Chakra v3 has been incredible and we appreciate those who took the
12
12
time to test and catch bugs.
13
13
14
- Chakra v3 is a complete rewrite of Chakra to enhance it's performance, speed and
14
+ Chakra v3 is a complete rewrite of Chakra to enhance its performance, speed and
15
15
consistency across components. We've also added over 25 new components, and
16
16
that's just the beginning.
17
17
@@ -21,13 +21,13 @@ Before giving you a quick overview, I'd like to start by acknowledging those
21
21
whose ideas and efforts contributed to the redesign of Chakra v3.
22
22
23
23
- ** [ Park UI] ( https://park-ui.com/ ) ** : The groundwork by Christian and Phil laid
24
- the foundation of the design philiosophy in Chakra v3. Consistent sizing,
24
+ the foundation of the design philosophy in Chakra v3. Consistent sizing,
25
25
colors, shadows, and naming convention is the heart and soul of a design
26
26
system.
27
27
28
28
- ** [ Panda] ( https://panda-css.com/ ) ** : The theming and styling APIs in Panda CSS
29
- created paved the way for Chakra v3's styling engine. The end goal was to make
30
- it almost effortless to switch between Park UI and Chakra UI.
29
+ paved the way for Chakra v3's styling engine. The end goal was to make it
30
+ almost effortless to switch between Park UI and Chakra UI.
31
31
32
32
- ** [ Radix Themes] ( https://www.radix-ui.com/themes ) ** : For inspiring the
33
33
playground, composable animations and accent color system.
73
73
74
74
- ** muted:** A muted version of the palette
75
75
76
- - ** subtle:** A subtle version of the palette, lower then the muted one.
76
+ - ** subtle:** A subtle version of the palette, lower than the muted one.
77
77
78
78
- ** emphasized:** A more pronounced version of the palette
79
79
@@ -118,7 +118,7 @@ depth on the DOM tree using CSS variables.
118
118
## Open by default
119
119
120
120
We moved away from closed components to open, compound components by default.
121
- This makes it easier for you compose your own components and reduce the
121
+ This makes it easier for you to compose your own components and reduce the
122
122
maintenance on our end.
123
123
124
124
To illustrate the difference, here's how you'd create a checkbox in v2.
@@ -280,8 +280,8 @@ lot of changes in v3, so we'll handle this progressively.
280
280
281
281
We might not even have to use Panda at all. The progress of the
282
282
[ style tag] ( https://react.dev/reference/react-dom/components/style ) in React 19
283
- is very promising and we give Chakra even more performance boost without any
284
- migration cost.
283
+ is very promising and could give Chakra an even greater performance boost
284
+ without any migration cost.
285
285
286
286
### Are we going to have all components from Ark UI?
287
287
0 commit comments