Back to Shadcn Ui

April 2024 - Lift Mode

apps/v4/content/docs/changelog/2024-04-lift-mode.mdx

latest854 B
Original Source

We're introducing a new mode for Blocks called Lift Mode.

Enable Lift Mode to automatically "lift" smaller components from a block template for copy and paste.

<a href="/blocks"> <Image src="/images/lift-mode-light.png" width="1432" height="1050" alt="Lift Mode" className="mt-6 w-full overflow-hidden rounded-lg border dark:hidden" /> <Image src="/images/lift-mode-dark.png" width="1432" height="1069" alt="Lift Mode" className="mt-6 hidden w-full overflow-hidden rounded-lg border shadow-sm dark:block" /> <span className="sr-only">View the blocks library</span> </a>

With Lift Mode, you'll be able to copy the smaller components that make up a block template, like cards, buttons, and forms, and paste them directly into your project.

Visit the Blocks page to try it out.