Convert markdown tables to Table component in MDX files#515
Merged
Conversation
Replace all markdown-style tables in landing MDX files with Table component to fix eslint issues. Updated files: - docs/overview/page.mdx (2 tables) - docs/devup/typography/page.mdx (1 table) - docs/devup/breakpoints/page.mdx (1 table) - docs/api/group-selector/page.mdx (1 table)
Expand benchmark table with complete comparison data from README: - Add Version column for all libraries - Include kuma-ui, panda-css, chakra-ui, and mui benchmarks - Add devup-ui per-file css variant - Include Turbopack benchmark results for both tailwindcss and devup-ui - Show devup-ui's smallest bundle size (4,772,050 bytes with Turbopack)
Replace backticks in TableCell components with <code> tags to fix MDX parsing issues: - typography/page.mdx: Fix property names and examples - breakpoints/page.mdx: Fix breakpoint names - group-selector/page.mdx: Fix selector names and role attribute
Apply comprehensive lint fixes: - Sort imports alphabetically (simple-import-sort) - Add proper indentation for TableCell contents (prettier) - Replace quotes with HTML entities " (react/no-unescaped-entities) Changes apply to: - overview/page.mdx - typography/page.mdx - breakpoints/page.mdx - group-selector/page.mdx
Contributor
Changepacks |
Codecov Report✅ All modified and coverable lines are covered by tests. 🚀 New features to boost your workflow:
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Replace all markdown-style tables in landing MDX files with Table component to fix eslint issues. Updated files: