feat: add @json-render/antd package with 50+ pre-built Ant Design com…#181
Open
smildlzj wants to merge 11 commits intovercel-labs:mainfrom
Open
feat: add @json-render/antd package with 50+ pre-built Ant Design com…#181smildlzj wants to merge 11 commits intovercel-labs:mainfrom
smildlzj wants to merge 11 commits intovercel-labs:mainfrom
Conversation
Contributor
|
Someone is attempting to deploy a commit to the Vercel Labs Team on Vercel. A member of the Team first needs to authorize it. |
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
…ponents Enable AI-generated UIs using Ant Design component library. Developers can now build json-render applications with 50+ ready-to-use components including forms, tables, modals, and data visualization.
Collaborator
|
Thanks for putting this together! A few things need fixing before this can merge: Blocking:
Should fix:
Happy to re-review once these are addressed! |
New components: - Layout: Layout, LayoutHeader, LayoutContent, LayoutFooter, LayoutSider - Layout: Flex, Row, Col, Masonry - Navigation: Affix, Anchor, Breadcrumb, BackTop - Data Display: Calendar, List, Tree, QRCode - Data Entry: AutoComplete, Cascader, ColorPicker, Mentions, TreeSelect Breaking changes to existing components: - Card: replace `bordered`/`description` with `variant`, add `extra`/`cover`/`actions` slots - Stack: align props to Antd v6 Flex API (gap/justify/align values updated) - Divider: add `titlePlacement`, `variant`; `orientation` now means line direction - Space: rename `direction` → `orientation` Internal: - Add SlottedComponentProps<P> type for slot-bearing components - Grid: use Children.toArray() for uniform child handling - Add dayjs as devDependency - Update README: 50+ → 70+ components, expand component tables
* create svelte-renderer * helpers * reactive API * turn into provider components * fixes * examples * docs * correct component props for catalog, harmonize defineRegistry API with other APis * shuffle things around * createRenderer * on * boundary/warning * functions * fix * fix types # Conflicts: # pnpm-lock.yaml
* mcp * fix lint
# Conflicts: # README.md
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Author
done |
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.
add @json-render/antd package with 50+ pre-built Ant Design components
Enable AI-generated UIs using Ant Design component library. Developers can
now build json-render applications with 50+ ready-to-use components including
forms, tables, modals, and data visualization.