Layouts.dev – A notebook for building interfaces with Tailwind and Shadcn/UI

1 day ago 3

// ////////////////////////

// Sample page

// ////////////////////////

/div flex flex-col p-11 gap-3 items-center

/h1 font-semibold Welcome to Layouts.dev! text- black text-center

/p text-gray-500 max-w-[400px] text-center We built this small editor to make your life simpler when developing interfaces with TailwindCSS.

/p Feel free to play around! text-end font-medium

/button %default bg-black mt-10
@action=redirect(“/https://layouts.dev”)

/p Get started

Read Entire Article