Skip to content

Commit

Permalink
docs(installation): add example for intellisense in ui prop
Browse files Browse the repository at this point in the history
  • Loading branch information
benjamincanac committed Jul 3, 2023
1 parent e423371 commit e0f1798
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions docs/content/1.getting-started/2.installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
Expand Down

1 comment on commit e0f1798

@vercel
Copy link

@vercel vercel bot commented on e0f1798 Jul 3, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

ui – ./

ui-nuxtlabs.vercel.app
ui-git-dev-nuxtlabs.vercel.app
ui.nuxtlabs.com

Please sign in to comment.