> ## Documentation Index
> Fetch the complete documentation index at: https://inertiajs-datatables.eklundlabs.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Installation

<Warning>
  This package is currently under development and is not intended for production use.
  Please review [current limitations](#) before using it.
</Warning>

<Info>
  **Prerequisites**:

  * Tailwind CSS v4 or higher
  * Laravel v12 or higher
  * Inertia.js v2.1 or higher using react
</Info>

<Steps>
  <Step title="Install the composer package">
    ```bash theme={null}
    composer require eklundlabs/inertiajs-datatables:dev-main
    ```
  </Step>

  <Step title="Install the NPM package">
    ```bash theme={null}
    npm install vendor/eklundlabs/inertiajs-datatables/react
    ```
  </Step>

  <Step title="Register package paths with Tailwind">
    Add the package paths using the `@source` directive in your `app.css` file:

    ```bash theme={null}
    @source '../../vendor/eklundlabs/inertiajs-datatables/react/**/*.{ts,tsx}';
    ```
  </Step>
</Steps>
