We also aim to provide updates within 7-14 days when there's a new Figma feature or shadcn/ui component. In our framework, updates primarily come in the form of new components that we add to the kit. While the latest version includes minor bug fixes and improvements, you can continue ...
build(shadcn): add component Form Browse files ## what - add component `Form` ## how - run command - pnpm dlx shadcn@latest add form ## why ## where - ./package.json - ./pnpm-lock.yaml - ./src/components/ui/form.tsx - ./src/components/ui/label.tsx ## usage ## commit ...
Then, in your form(FormMessage) component, you can use thedeserializeTranslationCallordtcfunction to deserialize the serialized translation call and execute it. You can do something like this: import{useTranslations}from"next-intl";import{deserializeTranslationCall,isSerializedTranslationCall,}from"next-...
Comprehensive Component Library Access a complete set of pre-built components tailored for dynamic forms, saving you time and effort. https://acme.ai Flexible Customization Options Customize form behavior effortlessly with support for Yup, server-side rendering, and other powerful tools. ...
componentMap: Record<string, string> // 特性对比 featureMap: Record< string, { antd: string[] shadcn: string[] missing: string[] } > } const migrationConfig: MigrationConfig = { routes: ['/users', '/orders'], componentMap: {
Breadcrumbs shadcn-ui-form-builder / components.json Latest commit strlrd-29 feat: added shadcn ui setup + button component + fixed commitlint issue 449067e· Oct 26, 2024 HistoryHistory File metadata and controls Code Blame 20 lines (20 loc) · 417 Bytes Raw { "$schema": "https://...
Dialog component - validateDOMNesting(...): <button> cannot appear as a descendant of <button> #1102 <ControlButton onClick={handleImportJson}> <TooltipProvider> <Tooltip> <TooltipTrigger asChild> // 增加asChild让TooltipTrigger不渲染为一个节点 ...
Main benefits: Manageable: You can easily modify everything without going deep into the component. Well-documented: All necessary links are provided. Responsive: Looks great on both desktop and mobile devices. Interactive: Clickable elements for fast prototyping. ...
Styles for text and effects Components Icons Example pattern blocks e.g. a login form Page templates as components I have intentionally not included states on these components, in order to keep the kit very lean and not make any suggestions on how your states should be handled. I see this ...
// 创建迁移配置文件// migration.config.tsinterfaceMigrationConfig{// 需要迁移的路由routes:string[]// 组件映射关系componentMap:Record<string,string>// 特性对比featureMap:Record<string,{antd:string[]shadcn:string[]missing:string[]}>}constmigrationConfig:MigrationConfig={routes:['/users','/orders']...