> ## Documentation Index
> Fetch the complete documentation index at: https://docs.shipkit.app/llms.txt
> Use this file to discover all available pages before exploring further.

# Features Grid

<img src="https://mintcdn.com/shipkit/HuQd_kWdB4hOr_Br/images/featuresgrid.png?fit=max&auto=format&n=HuQd_kWdB4hOr_Br&q=85&s=dc53b149d4b4bbf3401efbf38cdc64ca" alt="Features Grid" width="2400" height="1670" data-path="images/featuresgrid.png" />

## Usage

<Tabs>
  <Tab title="Astro">
    ```tsx theme={null}
    ---
    import { FeaturesGrid } from '~/components';
    ---

    <FeaturesGrid />
    ```
  </Tab>

  <Tab title="Next.js">
    ```tsx theme={null}
    import { FeaturesGrid } from '~/components';

    export default async function Page() {
      return (
        <FeaturesGrid />
      );
    }
    ```
  </Tab>
</Tabs>

## Content

All of the content is found the component itself.
