mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-25 09:20:36 +01:00
docs(installation): add example for intellisense in ui prop
This commit is contained in:
@@ -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
|
## Options
|
||||||
|
|
||||||
| Key | Default | Description |
|
| Key | Default | Description |
|
||||||
|
|||||||
Reference in New Issue
Block a user