惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

T
Tailwind CSS Blog
博客园 - 【当耐特】
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
博客园 - Franky
小众软件
小众软件
酷 壳 – CoolShell
酷 壳 – CoolShell
博客园 - 三生石上(FineUI控件)
B
Blog
有赞技术团队
有赞技术团队
J
Java Code Geeks
云风的 BLOG
云风的 BLOG
Recent Announcements
Recent Announcements
Jina AI
Jina AI
Vercel News
Vercel News
博客园 - 叶小钗
Hugging Face - Blog
Hugging Face - Blog
H
Hackread – Cybersecurity News, Data Breaches, AI and More
F
Fortinet All Blogs
The Cloudflare Blog
V
V2EX
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
博客园_首页
腾讯CDC

Vercel News

Vercel Open Source Program: Winter 2026 cohort How Notion Workers run untrusted code at scale with Vercel Sandbox How we run Vercel's CDN in front of Discourse From idea to secure checkout in minutes with Stripe Building Slack agents can be easy Scaling redirects to infinity on Vercel Advancing Python typing Gamma builds design-first agents with Vercel How Avalara turns pipe dreams into patent-pending with v0 Keeping community human while scaling with agents How OpenEvidence built a healthcare AI that physicians actually trust Security boundaries in agentic architectures Skills Night: 69,000+ ways agents are getting smarter Video Generation with AI Gateway We Ralph Wiggumed WebStreams to make them 10x faster How Stably ships AI testing agents in hours, not weeks How we built AEO tracking for coding agents Anyone can build agents, but it takes a platform to run them Introducing Geist Pixel The Vercel AI Accelerator is back with $6m in credits Making agent-friendly pages with content negotiation The Vercel OSS Bug Bounty program is now available Introducing the new v0 Run untrusted code with Vercel Sandbox, now generally available How Stripe built a game-changing app in a single flight with v0 How Sensay went from zero to product in six weeks AGENTS.md outperforms skills in our agent evals Agent skills explained: An FAQ Testing if "bash is all you need" AWS databases are now live on the Vercel Marketplace and v0
Working with Figma and custom design systems in v0 - Verc...
2025-01-27 · via Vercel News

3 min read

Learn best practices on importing your designs from Figma, working with shadcn/ui, and leveraging public npm packages.

v0’s ability to import existing Figma files allows designers and developers to bridge the gap between design tools and AI-driven development. This feature extracts context from Figma files, along with any supplementary visuals, and passes them into v0's generation process.

When working with the Figma integration, it's best to break down designs into smaller, manageable components or sections, just as you would when handing them off to human developers.

When each component is in its own frame, you avoid potential size and dimension errors but also ensure that AI can process each component more effectively. Key elements to separate include navigation bars, sidebars, forms, unique UI components like date pickers, and individual sections of landing pages.

Diagram showing how to separate large designs into smaller components.

Diagram showing how to separate large designs into smaller components.

The components generated in v0 come out pretty close to the design in Figma and v0 even infers animations when we componentize, as its able to construct relations between elements of the design.

Multiple elements can be combined into a single design and imported into v0, however this often means there is a lot of surface area and visual context that can become overwhelming for AI. If you use this method of working with a larger design, ensure the design and its components are still contained in a single frame.

Link to headingTake the iterative approach

When working with existing Figma components in v0, an iterative approach is highly recommended.

  • Start by focusing on individual components

  • Test and refine each one before moving on to the next

  • Fine-tune the smaller pieces and ensure they work well within v0’s generation process

  • Gradually build up to complete landing pages by piecing together the components, rather than attempting a lengthy single-piece generation all at once

Build the pieces of your design first, like buttons and images, and then tell v0 how to arrange them. This way, v0 can reuse those pieces, making your design more efficient.

The more you use v0 with your Figma designs, the better it gets at understanding your style preferences, like your favorite fonts and spacing. v0 is learning and adapting to your design language over time.

Link to headingWorking with existing design systems

v0 uses the shadcn/ui component library as its default design system. This library provides customizable, accessible, and well-designed components that work seamlessly with React and Next.js.

Shadcn/ui is so customizable that it lets you keep the look and feel of your current design system. Some teams using v0 are already refactoring their design systems around shadcn/ui to work seamlessly with v0—cutting down the time it takes to go from design to implementation on new features by up to three times.

v0 generations can also use a custom Tailwind config file. In this example, there is a custom Tailwind config for a gradient button that is used in the generated component. This helps v0 adapt to custom design systems by allowing users to define and customize their styles and primitives.

Example of defining custom style preferences in the tailwind.config.js file in v0. Example of defining custom style preferences in the tailwind.config.js file in v0.

Example of defining custom style preferences in the tailwind.config.js file in v0.

Additionally, v0 supports working with any public npm packages. If your components are published publicly to npm, you can pull them into your v0 projects like any other library. This means you can use your libraries or libraries like Material UI and React Aria.

"Create a SaaS pricing table with Material UI React components."

Link to headingGet started with v0 today

v0's ability to generate high-quality UIs, leverage third-party libraries, and integrate with Figma makes it an invaluable tool for frontend iteration.

Try v0 for free

Ready to experience the power of v0 in your day-to-day?

Get started