← 전체 단축키 모음

Vercel v0 단축키 & 프롬프트

Vercel v0의 모든 키보드 단축키와 프롬프트 가이드를 제공합니다.

View in English

전체 단축키

Editor Shortcuts

단축키기능설명
Ctrl + EnterGenerate / SubmitSubmit prompt and generate UI component.
Ctrl + KCommand menuOpen the quick command menu.
Ctrl + ZUndoUndo the last generation or edit.
Ctrl + Shift + ZRedoRedo the last undone generation.

Prompt Tips

단축키기능설명
Use shadcn/uiComponent librarySpecify shadcn/ui for styled components.
Tailwind CSS onlyStyling constraintLimit styling to Tailwind utility classes.
Mobile-first, responsiveResponsive designRequest layouts that work on all screen sizes.
Dark mode supportTheme toggleAsk for dark/light mode toggle implementation.
Add TypeScript typesType safetyRequest fully typed components.
No external dependenciesDependency controlKeep the component dependency-free.
Use lucide-react iconsIcon librarySpecify lucide-react for consistent icon usage.
Make it accessible (ARIA)AccessibilityRequest ARIA labels and keyboard navigation.
Add loading and error statesState handlingInclude skeleton loaders and error UI.
Animate with Framer MotionAnimationsUse Framer Motion for smooth transitions.
Export as named componentExport styleRequest named exports instead of default.

Iteration Commands

단축키기능설명
Make it more minimalSimplify UIReduce visual complexity.
Add more interactivityEnhance UXRequest hover effects and click animations.
Fix the layout on mobileMobile fixTarget responsive layout issues.
Split into subcomponentsRefactorDecompose a large component into smaller ones.
Add form validationValidationAdd client-side form validation logic.