shadcn-landing-page icon indicating copy to clipboard operation
shadcn-landing-page copied to clipboard

Free Landing page template using Shadcn, React, Typescript and Tailwind

Results 5 shadcn-landing-page issues
Sort by recently updated
recently updated
newest added

When viewing with a smaller screen, horizontal scrollbar appears (most notably in the Navbar), it's due partly to your `w-screen`, may want to check out your tailwind.

Great project! Have you thought about adding a config file and script so that people can generate the landing page and only import the sections they want (just like Shadcn-ui...

When I installed the dependencies I got this: "1 high severity vulnerability" So I had npm audit and fix it.

## Explanation of Changes I have replaced instances of `{" "}` with ` ` in several parts of the code. This change was made to improve both the semantics and layout...