ZippyStarter dependencies
Morgan Feeney
1 min read
If you plan to add more components, you can tap into the frameworks already installed with ZippyStarter.
Components
ShadCN offers a range of additional components you can copy and paste into new files. It's compatible with Tailwind.
CSS frameworks
Tailwind is used throughout, except for a handful of custom CSS, and some CSS modules files.
Icons
CSS Animation
Content
If you want to create new content types, simply copy what's already been done, if you get stuck refer to the contentLayer
docs
Images
Most images make use of a package named plaiceholder
to create a LQIP (Low Quality Image Placeholder), this package is based into the NextImage.tsx
component which uses Image
from Next.js under the hood, you can also use Image
if you prefer.