Style — Ship Fast ⚡️

Colors & themes

We're using TailwindCSS with DaisyUI (UI kit). By default, 2 themes are enabled: light & dark. You can add more themes in tailwind.config.js > daisyui.themes

Components

Lots of components (spinner, text input etc..) are available at DaisyUI.
Here are the ones I made. Find them in the /components folder.

<ButtonGradient />
<ButtonPopover />
<Modal />

1000+ happy users

<TestimonialSmall />
<BetterIcon />
see in /component folder
<FAQ />

Animations

Add animate-[name] to any JSX className.

animate-opacity
animate-appearFromRight
animate-popup
animate-wiggle

💡 These animations & components live outside of the /tutorial folder. So you won't lose them when deleting it