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
When starting tekkendocs we used radix themes https://www.radix-ui.com/ which is a complete design system. After some experience, I would prefer just using the radix base components from https://www.radix-ui.com/primitives and use the design system from https://ui.shadcn.com/ which builds on these primitives.
We have already started using some components from shadcn. Button and Input are located in \tekkendocs@\components\ui\
The text was updated successfully, but these errors were encountered:
Currently, we are using Card, Badge, Text, Flex, Table, Heading, and Inset from Radix theme.
The migration might be implemented with several PRs.
For Text and Heading, we can just use plain tailwind classes.
When starting tekkendocs we used radix themes https://www.radix-ui.com/ which is a complete design system. After some experience, I would prefer just using the radix base components from https://www.radix-ui.com/primitives and use the design system from https://ui.shadcn.com/ which builds on these primitives.
We have already started using some components from shadcn. Button and Input are located in \tekkendocs@\components\ui\
The text was updated successfully, but these errors were encountered: