Skip to content

Commit 319da2f

Browse files
authored
docs: Add link to LoadingCompleteMixin (#918)
1 parent 1aebdd3 commit 319da2f

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -343,6 +343,8 @@ class SlowElem extends LitElement {
343343
}
344344
```
345345

346+
The [`LoadingCompleteMixin` in `@brightspace-ui/core`](https://github.com/BrightspaceUI/core/tree/main/mixins/loading-complete) has been added to make implementing this even simpler.
347+
346348
To bypass waiting for `getLoadingComplete()`, set the `awaitLoadingComplete` configuration option to `false`:
347349

348350
```javascript

0 commit comments

Comments
 (0)