Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
36 changes: 18 additions & 18 deletions apps/landing/src/app/Bench.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -50,51 +50,51 @@ export function Bench() {
{[
{
title: 'Chakra UI',
version: '3.24.2',
buildTime: '29.3s',
buildSize: '186.2MB',
version: '3.27.0',
buildTime: '29.99s',
buildSize: '210.1MB',
url: 'https://chakra-ui.com',
},
{
title: 'Mui',
version: '7.3.1',
buildTime: '21.6s',
buildSize: '84.3MB',
version: '7.3.2',
buildTime: '22.21s',
buildSize: '94.23MB',
url: 'https://mui.com',
},
{
title: 'Kuma UI',
version: '1.5.9',
buildTime: '20.6s',
buildSize: '60.3MB',
buildTime: '21.61s',
buildSize: '67.42MB',
url: 'https://kuma-ui.com',
},
{
title: 'Tailwindcss',
version: '4.1.13',
buildTime: '20.2s',
buildSize: '54.7MB',
buildTime: '20.22s',
buildSize: '57.41MB',
url: 'https://tailwindcss.com',
},
{
title: 'panda CSS',
title: 'Panda CSS',
version: '1.3.1',
buildTime: '22.0s',
buildSize: '59.5MB',
buildTime: '21.61s',
buildSize: '62.43MB',
url: 'https://panda-css.com',
},
{
title: 'styleX',
version: '0.15.4',
buildTime: '38.9s',
buildSize: '72.7MB',
buildTime: '38.97s',
buildSize: '76.25MB',
url: 'https://stylexjs.com',
},
{
title: 'vanilla extract',
title: 'Vanilla Extract',
version: '1.17.4',
buildTime: '20.1s',
buildSize: '56.6MB',
buildTime: '20.09s',
buildSize: '59.36MB',
url: 'https://vanilla-extract.style',
},
].map((item) => (
Expand Down
8 changes: 4 additions & 4 deletions apps/landing/src/app/DevupUICard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@ export function DevupUICard() {
/>
<VStack gap="8px">
<Text color="$text" typography="h5">
Devup-ui
Devup UI
</Text>
<Text color="$text" typography="textL">
1.0.15
1.0.18
</Text>
</VStack>
<VStack alignItems="flex-end" gap="20px">
Expand All @@ -53,7 +53,7 @@ export function DevupUICard() {
color="transparent"
typography="h4"
>
16.8s
18.35s
</Text>
</Flex>
</VStack>
Expand All @@ -76,7 +76,7 @@ export function DevupUICard() {
color="transparent"
typography="h4"
>
51.2MB
57.40MB
</Text>
</Flex>
</VStack>
Expand Down