docs(installation): add example for intellisense in ui prop

This commit is contained in:
Benjamin Canac
2023-07-03 12:35:43 +02:00
parent e4233718a6
commit e0f1798f07

View File

@@ -85,6 +85,19 @@ Also, the extension won't work when writing classes in your `app.config.ts` by d
}
```
You can also add the following to your `settings.json` to enable IntelliSense when using the `ui` prop:
```json [settings.json]
{
"tailwindCSS.classAttributes": [
"class",
"className",
"ngClass",
"ui"
]
}
```
## Options
| Key | Default | Description |