Michael Peter
Michael Peter
## Description In order to use NPM packages effectively in typescript, we need to inject type definitions for packages that would be pulled from esm.sh ```[tasklist] ### Tasks - [...
```[tasklist] ### Tasks - [ ] switch sidebar `styles.css` → `module.css` - [ ] update our example code imports to use component name in CSS imports e.g. `./HelloWorld.module.css` - [...
Allows ref forwarding within a single BOS component e.g. using Radix accordion primitive as show in example https://www.radix-ui.com/primitives/docs/components/accordion
Applications should be able to access Web APIs like `Canvas`. This may require creating proxies to communicate with the outer window application with some constraints ```[tasklist] ### Tasks - [...