Expanded on the TailwindCSS installation instructions.
The added information is important because from time to time the Nuxt module installation throws the following error:
```bash
$ npx nuxi@latest module add tailwindcss
ERROR [GET] "https://npm.fontawesome.com/@nuxtjs/tailwindcss/latest": 401 Unauthorized 8:39:48 a.m.
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
at async $fetch2 (/C:/Users/ryanr/AppData/Local/npm-cache/_npx/b95349761371180e/node_modules/nuxi/dist/shared/nuxi.b88e7b0f.mjs:340:15)
at async resolveModule (/C:/Users/ryanr/AppData/Local/npm-cache/_npx/b95349761371180e/node_modules/nuxi/dist/chunks/add2.mjs:262:15)
at async Object.setup (/C:/Users/ryanr/AppData/Local/npm-cache/_npx/b95349761371180e/node_modules/nuxi/dist/chunks/add2.mjs:136:15)
at async runCommand$1 (/C:/Users/ryanr/AppData/Local/npm-cache/_npx/b95349761371180e/node_modules/nuxi/dist/shared/nuxi.3e201632.mjs:1620:5)
at async runCommand$1 (/C:/Users/ryanr/AppData/Local/npm-cache/_npx/b95349761371180e/node_modules/nuxi/dist/shared/nuxi.3e201632.mjs:1639:11)
at async runCommand$1 (/C:/Users/ryanr/AppData/Local/npm-cache/_npx/b95349761371180e/node_modules/nuxi/dist/shared/nuxi.3e201632.mjs:1639:11)
at async runMain$1 (/C:/Users/ryanr/AppData/Local/npm-cache/_npx/b95349761371180e/node_modules/nuxi/dist/shared/nuxi.3e201632.mjs:1777:7)
```
Manually installing the package and then adding to the config fixes this issue.
* docs(table): add `DataTableReactive` example and tanstack docs
* chore: build:registry
* docs: refrase
* docs(data-table): update `defineModel`
* fix(data-table): change `reactive` data to `shallowRef`
* docs(data-table): add info about `ref` and `shallowRef`
* feat(app): #537 auto install the module
This pull request is intended to install the module during the installation of the module
Closes: #537
* docs: update Nuxt dark mode
---------
Co-authored-by: selemondev-triply <selemon@triply.co>
* feat(docs): add vertical Tabs example and components for account/password management
* fix(TabsTrigger): wrap slot content in a span with truncate class for better text handling
* chore: build:registry