-
Any plans to make it pure web component?
-
-
Will this library export the web component so the component can be used in another React app? If so, where will the component be written?
Have to ask because I didn't see this in the documentation.
-
### Prerequisites
- [X] I have [searched](https://github.com/trimble-oss/modus-web-components/issues?q=is%3Aissue) for duplicate or closed issues
- [X] I have read the [contributing guidelines](https…
-
### Prerequisites
- [X] I have [searched](https://github.com/trimble-oss/modus-web-components/issues?q=is%3Aissue) for duplicate or closed issues
- [X] I have read the [contributing guidelines](https…
-
I am trying a dynamic import in chrome. I have
```js
const { default: Papa } = await import('papaparse');
const csv = Papa.parse(data);
```
but I get the error `Uncaught (in promi…
-
### Overview of the problem
This is about the Bulma **CSS framework**
I'm using Bulma **version** [1.0.2]
My **browser** is: Firefox
I am sure this issue is **not a duplicate**
### Description
…
-
I would like to present an idea for a web component, it's very similar to the `` element in the sense that it's and inline element with an attribute that accepts a value of a certain standard. While …
-
All web components currently bring global styles into their component style sheets. This has two major drawbacks:
* All component definitions include those styles, bloating each component's filesize …
-
Hey guys, I'm thinking about implementing first-class support for not-only-Rust [Web Components](https://developer.mozilla.org/en-US/docs/Web/Web_Components).
Before I write some reasoning about it I…