ComponentsFeatures Grid

A component to display features with interactive demos in a responsive grids layout. Each feature has a title, a short description, and an interactive demo.

A Features Grid component for ShipFast boilerplate

page.js

1import FeaturesGrid from "@/components/FeaturesGrid";

Tips

  • Keep the title short and simple (less than 5 words).
  • Each feature card can take upto 3 columns of width.
  • The interactive demo should be a simple, yet powerful example of the feature.
  • You can also display a video or an image instead of an interactive demo.

Updated on: Thursday, May 16, 2024

Looking for UI-only components like buttons, inputs, etc? It's all available with daisyUI. See this guide for more info.