mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-14 20:19:34 +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
|
||||
|
||||
| Key | Default | Description |
|
||||
|
||||
Reference in New Issue
Block a user