The Startup Template
  • The Startup Template
  • Contributing to The Startup Template
  • Contributor Covenant Code of Conduct
  • 📘Tutorials
    • Playground builder
    • Enabling Authentication
    • Setting Up Email Notifications
    • Connecting to EdgeDB Cloud
    • Theming & Components
    • Common errors
Powered by GitBook
On this page
  • Component List
  • Below are screenshot of few components
  • About
  • CTA
  • Editor
  • FAQ
  • Footer
  • Hero
  • Hero Cards
  • How It Works
  • Navbar
  • Newsletter
  • Partners

Was this helpful?

Edit on GitHub
  1. Tutorials

Theming & Components

All the components are made with ShadcnUI + TailwindCSS

The template comes with built-in theming support of light & dark modes. By default the theme is set to user's system theme.

In order to change the theme you can edit the globals.css file located at packages/ui/src/globals.css

Component List

~/thestartuptemplate/apps/website/app/components
.
├── About.tsx
├── Cta.tsx
├── Editor.tsx
├── FAQ.tsx
├── Features.tsx
├── Footer.tsx
├── Hero.tsx
├── HeroCards.tsx
├── HowItWorks.tsx
├── Navbar.tsx
├── Newsletter.tsx
├── NoSSR.tsx
├── Partners.tsx
├── Pricing.tsx
├── ScrollToTop.tsx
├── Services.tsx
├── Statistics.tsx
├── Team.tsx
├── Testimonials.tsx
├── ThemeToggle.tsx
└── AuthButton.tsx

Below are screenshot of few components


About

import About from "./components/About";

CTA

import Cta from "./components/Cta";

Editor

import Editor from "./components/Editor";

FAQ

import FAQ from "./components/FAQ";

Footer

import Footer from "./components/Footer";

Hero

import Hero from "./components/Hero";

Hero Cards

import HeroCards from "./components/HeroCards";

How It Works

import HowItWorks from "./components/HowItWorks";

Navbar

import Navbar from "./components/Navbar";

Newsletter

import Newsletter from "./components/Newsletter";

Partners

import Partners from "./components/Partners";
PreviousConnecting to EdgeDB CloudNextCommon errors

Last updated 1 year ago

Was this helpful?

📘
About Component
CTA Component
Editor Component
FAQ Component
Footer Component
Hero Section
Hero Cards Component
How It Works Component
Navbar Component
Newsletter Component