This repository was archived by the owner on Sep 20, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +6
-9
lines changed Expand file tree Collapse file tree 1 file changed +6
-9
lines changed Original file line number Diff line number Diff line change 22
22
<CFlex align-items =" center" mb =" 5" >
23
23
<CFlex
24
24
justify-content =" center"
25
- color =" white"
26
25
align-items =" center"
27
26
mr =" 5"
28
27
bg =" vue.400"
29
28
w =" 50px"
30
29
h =" 50px"
31
30
rounded =" full"
32
31
>
33
- <IconAccessibilityAlt class = " icon " />
32
+ <IconAccessibilityAlt />
34
33
</CFlex >
35
- <chakra .h4 size =" md" > Accessible </chakra .h4 >
34
+ <chakra .h2 font- size =" md" > Accessible </chakra .h2 >
36
35
</CFlex >
37
36
Chakra UI strictly follows WAI-ARIA standards. All components come
38
37
with proper attributes and keyboard interactions out of the box.
41
40
<CFlex align-items =" center" mb =" 5" >
42
41
<CFlex
43
42
justify-content =" center"
44
- color =" white"
45
43
align-items =" center"
46
44
mr =" 5"
47
45
bg =" vue.400"
48
46
w =" 50px"
49
47
h =" 50px"
50
48
rounded =" full"
51
49
>
52
- <ColorPalette class = " icon " />
50
+ <ColorPalette />
53
51
</CFlex >
54
- <chakra .h4 size =" md" > Themeable </chakra .h4 >
52
+ <chakra .h2 font- size =" md" > Themeable </chakra .h2 >
55
53
</CFlex >
56
54
Quickly and easily reference values from your theme throughout your
57
55
entire application, on any component.
60
58
<CFlex align-items =" center" mb =" 5" >
61
59
<CFlex
62
60
justify-content =" center"
63
- color =" white"
64
61
align-items =" center"
65
62
mr =" 5"
66
63
bg =" vue.400"
67
64
w =" 50px"
68
65
h =" 50px"
69
66
rounded =" full"
70
67
>
71
- <Cube class = " icon " />
68
+ <Cube />
72
69
</CFlex >
73
- <chakra .h4 size =" md" > Composable </chakra .h4 >
70
+ <chakra .h2 font- size =" md" > Composable </chakra .h2 >
74
71
</CFlex >
75
72
Components were built with composition in mind. You can leverage any
76
73
component to create new things.
You can’t perform that action at this time.
0 commit comments